Teal Celest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Celest palette
Teal Celest color palette CSS
/* CSS */
.color-1 {
color: #a8d6e6;
}
.color-2 {
color: #75b3b8;
}
.color-3 {
color: #2b9da1;
}
.color-4 {
color: #1b6b79;
}
.color-5 {
color: #0b4d51;
}
/* CSS Variables */
:root {
--color-1: #a8d6e6;
--color-2: #75b3b8;
--color-3: #2b9da1;
--color-4: #1b6b79;
--color-5: #0b4d51;
}
Teal Celest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d6e6, #75b3b8, #2b9da1, #1b6b79, #0b4d51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d6e6, #75b3b8, #2b9da1, #1b6b79, #0b4d51);
}
Similar color palettes
Teal Celest color palette created on .