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: #a4dad9;
}
.color-2 {
color: #77b2b6;
}
.color-3 {
color: #4f8c8b;
}
.color-4 {
color: #2b5e5b;
}
.color-5 {
color: #1f3c3d;
}

/* CSS Variables */
:root {
--color-1: #a4dad9;
--color-2: #77b2b6;
--color-3: #4f8c8b;
--color-4: #2b5e5b;
--color-5: #1f3c3d;
}

Tranquil Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dad9, #77b2b6, #4f8c8b, #2b5e5b, #1f3c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dad9, #77b2b6, #4f8c8b, #2b5e5b, #1f3c3d);
}

Tranquil Oasis color palette created on .