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: #3a7e7d;
}
.color-2 {
color: #4eb7a9;
}
.color-3 {
color: #61d1c8;
}
.color-4 {
color: #a0e4d8;
}
.color-5 {
color: #f9f3f1;
}
/* CSS Variables */
:root {
--color-1: #3a7e7d;
--color-2: #4eb7a9;
--color-3: #61d1c8;
--color-4: #a0e4d8;
--color-5: #f9f3f1;
}
Teal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7e7d, #4eb7a9, #61d1c8, #a0e4d8, #f9f3f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7e7d, #4eb7a9, #61d1c8, #a0e4d8, #f9f3f1);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Teal Serenity color palette created on .