Whispers of Dusty Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Dusty Rose palette
Whispers of Dusty Rose color palette CSS
/* CSS */
.color-1 {
color: #fcf8f8;
}
.color-2 {
color: #cdbfbc;
}
.color-3 {
color: #b9a6a6;
}
.color-4 {
color: #a48e8f;
}
.color-5 {
color: #8f7678;
}
/* CSS Variables */
:root {
--color-1: #fcf8f8;
--color-2: #cdbfbc;
--color-3: #b9a6a6;
--color-4: #a48e8f;
--color-5: #8f7678;
}
Whispers of Dusty Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf8f8, #cdbfbc, #b9a6a6, #a48e8f, #8f7678);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf8f8, #cdbfbc, #b9a6a6, #a48e8f, #8f7678);
}
Similar color palettes
Scroll down to explore 2 Pale pink color palettes
Whispers of Dusty Rose color palette created on .