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: #f7a4a1;
}
.color-2 {
color: #f2d16e;
}
.color-3 {
color: #b5e3b0;
}
.color-4 {
color: #87cfd4;
}
.color-5 {
color: #4f9bb0;
}
/* CSS Variables */
:root {
--color-1: #f7a4a1;
--color-2: #f2d16e;
--color-3: #b5e3b0;
--color-4: #87cfd4;
--color-5: #4f9bb0;
}
Soft Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a4a1, #f2d16e, #b5e3b0, #87cfd4, #4f9bb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a4a1, #f2d16e, #b5e3b0, #87cfd4, #4f9bb0);
}
Similar color palettes
Soft Teal color palette created on .