Teal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Serenity palette
Teal Serenity color palette CSS
/* CSS */
.color-1 {
color: #2e494d;
}
.color-2 {
color: #4e8b8d;
}
.color-3 {
color: #7ec9c8;
}
.color-4 {
color: #a1e2e0;
}
.color-5 {
color: #e0f5f4;
}
/* CSS Variables */
:root {
--color-1: #2e494d;
--color-2: #4e8b8d;
--color-3: #7ec9c8;
--color-4: #a1e2e0;
--color-5: #e0f5f4;
}
Teal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e494d, #4e8b8d, #7ec9c8, #a1e2e0, #e0f5f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e494d, #4e8b8d, #7ec9c8, #a1e2e0, #e0f5f4);
}
Similar color palettes
Teal Serenity color palette created on .