Oceanic Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Oasis palette
Oceanic Oasis color palette CSS
/* CSS */
.color-1 {
color: #5abfb6;
}
.color-2 {
color: #1d674b;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #f0e78e;
}
/* CSS Variables */
:root {
--color-1: #5abfb6;
--color-2: #1d674b;
--color-3: #4cae4f;
--color-4: #a3d55d;
--color-5: #f0e78e;
}
Oceanic Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abfb6, #1d674b, #4cae4f, #a3d55d, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abfb6, #1d674b, #4cae4f, #a3d55d, #f0e78e);
}
Similar color palettes
Oceanic Oasis color palette created on .