Blue Frost Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Frost palette
Blue Frost color palette PNG image
Blue Frost color palette CSS
/* CSS */
.color-1 {
color: #d8e1e9;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #78b5c9;
}
.color-4 {
color: #2a8bbb;
}
.color-5 {
color: #007a99;
}
/* CSS Variables */
:root {
--color-1: #d8e1e9;
--color-2: #a5c6d5;
--color-3: #78b5c9;
--color-4: #2a8bbb;
--color-5: #007a99;
}
Blue Frost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e1e9, #a5c6d5, #78b5c9, #2a8bbb, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e1e9, #a5c6d5, #78b5c9, #2a8bbb, #007a99);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Frost color palette created on .