Frosted Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Oasis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Frosted Oasis Color Palette (PNG)
Frosted Oasis color palette CSS
/* CSS */
.color-1 {
color: #2b5a73;
}
.color-2 {
color: #487499;
}
.color-3 {
color: #aabeca;
}
.color-4 {
color: #737373;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #2b5a73;
--color-2: #487499;
--color-3: #aabeca;
--color-4: #737373;
--color-5: #000000;
}
Frosted Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b5a73, #487499, #aabeca, #737373, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b5a73, #487499, #aabeca, #737373, #000000);
}
Similar color palettes
Frosted Oasis color palette created on .