Paleta de colores Shades of Elm
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Elm palette
CSS de la paleta de colores Shades of Elm
/* 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;
}
CSS del degradado de fondo Shades of Elm
/* 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);
}
Paletas de colores similares
Shades of Elm color palette created on .