Oceanic Gelato Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Gelato palette
Oceanic Gelato color palette CSS
/* CSS */
.color-1 {
color: #40a0a0;
}
.color-2 {
color: #66b2a7;
}
.color-3 {
color: #90d5d5;
}
.color-4 {
color: #b4e4e4;
}
.color-5 {
color: #e3f7f7;
}
/* CSS Variables */
:root {
--color-1: #40a0a0;
--color-2: #66b2a7;
--color-3: #90d5d5;
--color-4: #b4e4e4;
--color-5: #e3f7f7;
}
Oceanic Gelato background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #40a0a0, #66b2a7, #90d5d5, #b4e4e4, #e3f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #40a0a0, #66b2a7, #90d5d5, #b4e4e4, #e3f7f7);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Oceanic Gelato color palette created on .