Minted Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minted Oasis palette

Share this palette to:

Minted Oasis color palette CSS

/* CSS */
.color-1 {
color: #a9e5d0;
}
.color-2 {
color: #70d2b8;
}
.color-3 {
color: #3eb6a0;
}
.color-4 {
color: #2d8b76;
}
.color-5 {
color: #1b5f5d;
}

/* CSS Variables */
:root {
--color-1: #a9e5d0;
--color-2: #70d2b8;
--color-3: #3eb6a0;
--color-4: #2d8b76;
--color-5: #1b5f5d;
}

Minted Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e5d0, #70d2b8, #3eb6a0, #2d8b76, #1b5f5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e5d0, #70d2b8, #3eb6a0, #2d8b76, #1b5f5d);
}

Minted Oasis color palette created on .