Whispers of the Storm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Storm palette
Whispers of the Storm color palette CSS
/* CSS */
.color-1 {
color: #a2b1c8;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #d0e2e7;
}
.color-4 {
color: #f1f9f4;
}
.color-5 {
color: #e0b8c5;
}
/* CSS Variables */
:root {
--color-1: #a2b1c8;
--color-2: #b6c8d8;
--color-3: #d0e2e7;
--color-4: #f1f9f4;
--color-5: #e0b8c5;
}
Whispers of the Storm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b1c8, #b6c8d8, #d0e2e7, #f1f9f4, #e0b8c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b1c8, #b6c8d8, #d0e2e7, #f1f9f4, #e0b8c5);
}
Similar color palettes
Whispers of the Storm color palette created on .