Paleta de colores Scandinavian Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Scandinavian Serenity palette
Imagen PNG de la paleta de colores Scandinavian Serenity
CSS de la paleta de colores Scandinavian Serenity
/* CSS */
.color-1 {
color: #aac9d5;
}
.color-2 {
color: #e8e3d4;
}
.color-3 {
color: #e6b9a8;
}
.color-4 {
color: #d39b69;
}
.color-5 {
color: #bfaf92;
}
/* CSS Variables */
:root {
--color-1: #aac9d5;
--color-2: #e8e3d4;
--color-3: #e6b9a8;
--color-4: #d39b69;
--color-5: #bfaf92;
}
CSS del degradado de fondo Scandinavian Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac9d5, #e8e3d4, #e6b9a8, #d39b69, #bfaf92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac9d5, #e8e3d4, #e6b9a8, #d39b69, #bfaf92);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 5 paletas de colores Escandinavo
Scandinavian Serenity color palette created on .