Teal Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Blossom palette
Teal Blossom color palette CSS
/* CSS */
.color-1 {
color: #4cae7b;
}
.color-2 {
color: #78c9b4;
}
.color-3 {
color: #a1e3d5;
}
.color-4 {
color: #f1b7d8;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #4cae7b;
--color-2: #78c9b4;
--color-3: #a1e3d5;
--color-4: #f1b7d8;
--color-5: #ff6e61;
}
Teal Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae7b, #78c9b4, #a1e3d5, #f1b7d8, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae7b, #78c9b4, #a1e3d5, #f1b7d8, #ff6e61);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Teal Blossom color palette created on .