Teal Clarity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Clarity palette

Share this palette to:

Teal Clarity color palette CSS

/* CSS */
.color-1 {
color: #a9d8ea;
}
.color-2 {
color: #3e7d93;
}
.color-3 {
color: #2c5c72;
}
.color-4 {
color: #1c4e5e;
}
.color-5 {
color: #0f3b48;
}

/* CSS Variables */
:root {
--color-1: #a9d8ea;
--color-2: #3e7d93;
--color-3: #2c5c72;
--color-4: #1c4e5e;
--color-5: #0f3b48;
}

Teal Clarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8ea, #3e7d93, #2c5c72, #1c4e5e, #0f3b48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8ea, #3e7d93, #2c5c72, #1c4e5e, #0f3b48);
}

Teal Clarity color palette created on .