Frozen Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frozen Oasis palette
Frozen Oasis color palette CSS
/* CSS */
.color-1 {
color: #a1e5e8;
}
.color-2 {
color: #82d4d4;
}
.color-3 {
color: #4eb7b7;
}
.color-4 {
color: #00999e;
}
.color-5 {
color: #007f80;
}
/* CSS Variables */
:root {
--color-1: #a1e5e8;
--color-2: #82d4d4;
--color-3: #4eb7b7;
--color-4: #00999e;
--color-5: #007f80;
}
Frozen Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1e5e8, #82d4d4, #4eb7b7, #00999e, #007f80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1e5e8, #82d4d4, #4eb7b7, #00999e, #007f80);
}
Similar color palettes
Frozen Oasis color palette created on .