Frosted Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Whispers palette
Frosted Whispers color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b7dff1;
}
.color-3 {
color: #f4cebe;
}
.color-4 {
color: #f6a7b2;
}
.color-5 {
color: #efaeb9;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b7dff1;
--color-3: #f4cebe;
--color-4: #f6a7b2;
--color-5: #efaeb9;
}
Frosted Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b7dff1, #f4cebe, #f6a7b2, #efaeb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b7dff1, #f4cebe, #f6a7b2, #efaeb9);
}
Similar color palettes
Frosted Whispers color palette created on .