Paleta de colores Scandinavian Cheer
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Scandinavian Cheer palette
Imagen PNG de la paleta de colores Scandinavian Cheer
CSS de la paleta de colores Scandinavian Cheer
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff9d00;
}
.color-3 {
color: #5e9c8d;
}
.color-4 {
color: #3c5a9f;
}
.color-5 {
color: #a17d92;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff9d00;
--color-3: #5e9c8d;
--color-4: #3c5a9f;
--color-5: #a17d92;
}
CSS del degradado de fondo Scandinavian Cheer
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff9d00, #5e9c8d, #3c5a9f, #a17d92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff9d00, #5e9c8d, #3c5a9f, #a17d92);
}
Paletas de colores similares
Scandinavian Cheer color palette created on .