Calm Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Calm Teal palette
Calm Teal color palette CSS
/* CSS */
.color-1 {
color: #2f9d85;
}
.color-2 {
color: #2d4c53;
}
.color-3 {
color: #efc55d;
}
.color-4 {
color: #f7a055;
}
.color-5 {
color: #ed6a45;
}
/* CSS Variables */
:root {
--color-1: #2f9d85;
--color-2: #2d4c53;
--color-3: #efc55d;
--color-4: #f7a055;
--color-5: #ed6a45;
}
Calm Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f9d85, #2d4c53, #efc55d, #f7a055, #ed6a45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f9d85, #2d4c53, #efc55d, #f7a055, #ed6a45);
}
Similar color palettes
Calm Teal color palette created on .