Jellybean Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jellybean Oasis palette

Share this palette to:

Jellybean Oasis color palette CSS

/* CSS */
.color-1 {
color: #6fd3a6;
}
.color-2 {
color: #50c3a6;
}
.color-3 {
color: #3bb0a4;
}
.color-4 {
color: #2a9d82;
}
.color-5 {
color: #1f847c;
}

/* CSS Variables */
:root {
--color-1: #6fd3a6;
--color-2: #50c3a6;
--color-3: #3bb0a4;
--color-4: #2a9d82;
--color-5: #1f847c;
}

Jellybean Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fd3a6, #50c3a6, #3bb0a4, #2a9d82, #1f847c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fd3a6, #50c3a6, #3bb0a4, #2a9d82, #1f847c);
}

Jellybean Oasis color palette created on .