Soft Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Teal palette

Share this palette to:

Soft Teal color palette CSS

/* CSS */
.color-1 {
color: #a2d5d7;
}
.color-2 {
color: #e6b8a2;
}
.color-3 {
color: #f5c99e;
}
.color-4 {
color: #f9beb9;
}
.color-5 {
color: #f2a6b0;
}

/* CSS Variables */
:root {
--color-1: #a2d5d7;
--color-2: #e6b8a2;
--color-3: #f5c99e;
--color-4: #f9beb9;
--color-5: #f2a6b0;
}

Soft Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d5d7, #e6b8a2, #f5c99e, #f9beb9, #f2a6b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d5d7, #e6b8a2, #f5c99e, #f9beb9, #f2a6b0);
}

Soft Teal color palette created on .