Dusty Roses Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dusty Roses palette
Dusty Roses color palette CSS
/* CSS */
.color-1 {
color: #e4b4c3;
}
.color-2 {
color: #d69a8a;
}
.color-3 {
color: #c67b6c;
}
.color-4 {
color: #b95d4b;
}
.color-5 {
color: #ae3d37;
}
/* CSS Variables */
:root {
--color-1: #e4b4c3;
--color-2: #d69a8a;
--color-3: #c67b6c;
--color-4: #b95d4b;
--color-5: #ae3d37;
}
Dusty Roses background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b4c3, #d69a8a, #c67b6c, #b95d4b, #ae3d37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b4c3, #d69a8a, #c67b6c, #b95d4b, #ae3d37);
}
Similar color palettes
Dusty Roses color palette created on .