Turquoise Calypso Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Calypso palette
Turquoise Calypso color palette CSS
/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #3cd7b3;
}
.color-3 {
color: #6ef2c2;
}
.color-4 {
color: #a6f7d0;
}
.color-5 {
color: #f0fffa;
}
/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #3cd7b3;
--color-3: #6ef2c2;
--color-4: #a6f7d0;
--color-5: #f0fffa;
}
Turquoise Calypso background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #3cd7b3, #6ef2c2, #a6f7d0, #f0fffa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #3cd7b3, #6ef2c2, #a6f7d0, #f0fffa);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Turquoise Calypso color palette created on .