Texas Rose Mesa Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Texas Rose Mesa palette
Texas Rose Mesa color palette PNG image
Texas Rose Mesa color palette CSS
/* CSS */
.color-1 {
color: #d06c88;
}
.color-2 {
color: #e1a8b4;
}
.color-3 {
color: #f4c8d3;
}
.color-4 {
color: #f5e5e6;
}
.color-5 {
color: #f2b5a1;
}
/* CSS Variables */
:root {
--color-1: #d06c88;
--color-2: #e1a8b4;
--color-3: #f4c8d3;
--color-4: #f5e5e6;
--color-5: #f2b5a1;
}
Texas Rose Mesa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d06c88, #e1a8b4, #f4c8d3, #f5e5e6, #f2b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d06c88, #e1a8b4, #f4c8d3, #f5e5e6, #f2b5a1);
}
Similar color palettes
Texas Rose Mesa color palette created on .