Frostbitten Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frostbitten Reverie palette
Frostbitten Reverie color palette CSS
/* CSS */
.color-1 {
color: #0a1f3d;
}
.color-2 {
color: #2a4b8d;
}
.color-3 {
color: #4e7aca;
}
.color-4 {
color: #7fa5e6;
}
.color-5 {
color: #b3d6ff;
}
/* CSS Variables */
:root {
--color-1: #0a1f3d;
--color-2: #2a4b8d;
--color-3: #4e7aca;
--color-4: #7fa5e6;
--color-5: #b3d6ff;
}
Frostbitten Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a1f3d, #2a4b8d, #4e7aca, #7fa5e6, #b3d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a1f3d, #2a4b8d, #4e7aca, #7fa5e6, #b3d6ff);
}
Similar color palettes
Frostbitten Reverie color palette created on .