Turquoise Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Oasis palette

Share this palette to:

Turquoise Oasis color palette CSS

/* CSS */
.color-1 {
color: #00a895;
}
.color-2 {
color: #00998a;
}
.color-3 {
color: #008a81;
}
.color-4 {
color: #007a7a;
}
.color-5 {
color: #006d75;
}

/* CSS Variables */
:root {
--color-1: #00a895;
--color-2: #00998a;
--color-3: #008a81;
--color-4: #007a7a;
--color-5: #006d75;
}

Turquoise Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a895, #00998a, #008a81, #007a7a, #006d75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a895, #00998a, #008a81, #007a7a, #006d75);
}

Turquoise Oasis color palette created on .