Oasis Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oasis Harmony palette
Oasis Harmony color palette CSS
/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #68bb6c;
}
.color-3 {
color: #b0eb00;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #ff6e42;
}
/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #68bb6c;
--color-3: #b0eb00;
--color-4: #ffd54d;
--color-5: #ff6e42;
}
Oasis Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #68bb6c, #b0eb00, #ffd54d, #ff6e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #68bb6c, #b0eb00, #ffd54d, #ff6e42);
}
Similar color palettes
Oasis Harmony color palette created on .