Dusty Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dusty Rose palette
Dusty Rose color palette CSS
/* CSS */
.color-1 {
color: #f1a7c2;
}
.color-2 {
color: #d79d9f;
}
.color-3 {
color: #a68c8e;
}
.color-4 {
color: #8c697d;
}
.color-5 {
color: #4b4e6c;
}
/* CSS Variables */
:root {
--color-1: #f1a7c2;
--color-2: #d79d9f;
--color-3: #a68c8e;
--color-4: #8c697d;
--color-5: #4b4e6c;
}
Dusty Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c2, #d79d9f, #a68c8e, #8c697d, #4b4e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c2, #d79d9f, #a68c8e, #8c697d, #4b4e6c);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Dusty Rose color palette created on .