Whispers of Dusty Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Dusty Rose palette

Share this palette to:

Whispers of Dusty Rose color palette CSS

/* CSS */
.color-1 {
color: #f3f3f1;
}
.color-2 {
color: #e9e9e7;
}
.color-3 {
color: #dbd8d7;
}
.color-4 {
color: #bab1b0;
}
.color-5 {
color: #d46e73;
}

/* CSS Variables */
:root {
--color-1: #f3f3f1;
--color-2: #e9e9e7;
--color-3: #dbd8d7;
--color-4: #bab1b0;
--color-5: #d46e73;
}

Whispers of Dusty Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f3f1, #e9e9e7, #dbd8d7, #bab1b0, #d46e73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f3f1, #e9e9e7, #dbd8d7, #bab1b0, #d46e73);
}

Whispers of Dusty Rose color palette created on .