Minty Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Minty Oasis palette
Minty Oasis color palette CSS
/* CSS */
.color-1 {
color: #99ff99;
}
.color-2 {
color: #77eec6;
}
.color-3 {
color: #4dd1a5;
}
.color-4 {
color: #2bbf8b;
}
.color-5 {
color: #009975;
}
/* CSS Variables */
:root {
--color-1: #99ff99;
--color-2: #77eec6;
--color-3: #4dd1a5;
--color-4: #2bbf8b;
--color-5: #009975;
}
Minty Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #99ff99, #77eec6, #4dd1a5, #2bbf8b, #009975);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #99ff99, #77eec6, #4dd1a5, #2bbf8b, #009975);
}
Similar color palettes
Minty Oasis color palette created on .