Tranquil Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tranquil Oasis palette

Share this palette to:

Tranquil Oasis color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #d9cba5;
}
.color-3 {
color: #c4b5a1;
}
.color-4 {
color: #b6d2b7;
}
.color-5 {
color: #a1d3c2;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #d9cba5;
--color-3: #c4b5a1;
--color-4: #b6d2b7;
--color-5: #a1d3c2;
}

Tranquil Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #d9cba5, #c4b5a1, #b6d2b7, #a1d3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #d9cba5, #c4b5a1, #b6d2b7, #a1d3c2);
}

Tranquil Oasis color palette created on .