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