Whispers of Rosewood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Rosewood palette
Whispers of Rosewood color palette CSS
/* CSS */
.color-1 {
color: #efdad7;
}
.color-2 {
color: #efdbd7;
}
.color-3 {
color: #c0a59b;
}
.color-4 {
color: #d09990;
}
.color-5 {
color: #a25d6a;
}
/* CSS Variables */
:root {
--color-1: #efdad7;
--color-2: #efdbd7;
--color-3: #c0a59b;
--color-4: #d09990;
--color-5: #a25d6a;
}
Whispers of Rosewood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efdad7, #efdbd7, #c0a59b, #d09990, #a25d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efdad7, #efdbd7, #c0a59b, #d09990, #a25d6a);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Whispers of Rosewood color palette created on .