Mental Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mental Oasis palette
Mental Oasis color palette PNG image
Mental Oasis color palette CSS
/* CSS */
.color-1 {
color: #37be88;
}
.color-2 {
color: #6ed49a;
}
.color-3 {
color: #a1e2aa;
}
.color-4 {
color: #daece4;
}
.color-5 {
color: #eeb4c4;
}
/* CSS Variables */
:root {
--color-1: #37be88;
--color-2: #6ed49a;
--color-3: #a1e2aa;
--color-4: #daece4;
--color-5: #eeb4c4;
}
Mental Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #37be88, #6ed49a, #a1e2aa, #daece4, #eeb4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #37be88, #6ed49a, #a1e2aa, #daece4, #eeb4c4);
}
Similar color palettes
Mental Oasis color palette created on .