Whispers of Serene Pastels Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Serene Pastels palette
Whispers of Serene Pastels color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0edf2;
}
.color-3 {
color: #d6e7f5;
}
.color-4 {
color: #fad6e5;
}
.color-5 {
color: #abc3e2;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0edf2;
--color-3: #d6e7f5;
--color-4: #fad6e5;
--color-5: #abc3e2;
}
Whispers of Serene Pastels background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0edf2, #d6e7f5, #fad6e5, #abc3e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0edf2, #d6e7f5, #fad6e5, #abc3e2);
}
Similar color palettes
Whispers of Serene Pastels color palette created on .