Misty Teal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Misty Teal Serenity palette
Misty Teal Serenity color palette CSS
/* CSS */
.color-1 {
color: #c2d6d4;
}
.color-2 {
color: #a5c0bd;
}
.color-3 {
color: #8ba7a2;
}
.color-4 {
color: #5b8b8b;
}
.color-5 {
color: #396564;
}
/* CSS Variables */
:root {
--color-1: #c2d6d4;
--color-2: #a5c0bd;
--color-3: #8ba7a2;
--color-4: #5b8b8b;
--color-5: #396564;
}
Misty Teal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d6d4, #a5c0bd, #8ba7a2, #5b8b8b, #396564);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d6d4, #a5c0bd, #8ba7a2, #5b8b8b, #396564);
}
Similar color palettes
Misty Teal Serenity color palette created on .