Meditative Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Meditative Teal palette

Share this palette to:

Meditative Teal color palette CSS

/* CSS */
.color-1 {
color: #74b9a3;
}
.color-2 {
color: #a3e0d4;
}
.color-3 {
color: #f1f6df;
}
.color-4 {
color: #f1c6b6;
}
.color-5 {
color: #ef6c6c;
}

/* CSS Variables */
:root {
--color-1: #74b9a3;
--color-2: #a3e0d4;
--color-3: #f1f6df;
--color-4: #f1c6b6;
--color-5: #ef6c6c;
}

Meditative Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74b9a3, #a3e0d4, #f1f6df, #f1c6b6, #ef6c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74b9a3, #a3e0d4, #f1f6df, #f1c6b6, #ef6c6c);
}

Meditative Teal color palette created on .