Teal Calypso Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Calypso palette

Share this palette to:

Teal Calypso color palette CSS

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #3dc2b2;
}
.color-3 {
color: #77d4c0;
}
.color-4 {
color: #a1e8d7;
}
.color-5 {
color: #d5f6f1;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #3dc2b2;
--color-3: #77d4c0;
--color-4: #a1e8d7;
--color-5: #d5f6f1;
}

Teal Calypso background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #3dc2b2, #77d4c0, #a1e8d7, #d5f6f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #3dc2b2, #77d4c0, #a1e8d7, #d5f6f1);
}

Teal Calypso color palette created on .