Whispers of Youth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Youth palette
Whispers of Youth color palette CSS
/* CSS */
.color-1 {
color: #b4cfe9;
}
.color-2 {
color: #a5c2d5;
}
.color-3 {
color: #f1a7b6;
}
.color-4 {
color: #f4c29f;
}
.color-5 {
color: #e87890;
}
/* CSS Variables */
:root {
--color-1: #b4cfe9;
--color-2: #a5c2d5;
--color-3: #f1a7b6;
--color-4: #f4c29f;
--color-5: #e87890;
}
Whispers of Youth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4cfe9, #a5c2d5, #f1a7b6, #f4c29f, #e87890);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4cfe9, #a5c2d5, #f1a7b6, #f4c29f, #e87890);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Whispers of Youth color palette created on .