Shades of Elm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Elm palette
Shades of Elm color palette CSS
/* CSS */
.color-1 {
color: #1c7b7d;
}
.color-2 {
color: #1e9991;
}
.color-3 {
color: #39c6b5;
}
.color-4 {
color: #a1e2d0;
}
.color-5 {
color: #f4dab8;
}
/* CSS Variables */
:root {
--color-1: #1c7b7d;
--color-2: #1e9991;
--color-3: #39c6b5;
--color-4: #a1e2d0;
--color-5: #f4dab8;
}
Shades of Elm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7b7d, #1e9991, #39c6b5, #a1e2d0, #f4dab8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7b7d, #1e9991, #39c6b5, #a1e2d0, #f4dab8);
}
Similar color palettes
Shades of Elm color palette created on .