Paleta de colores Seoul Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Seoul Serenity palette
CSS de la paleta de colores Seoul Serenity
/* CSS */
.color-1 {
color: #f0a3b1;
}
.color-2 {
color: #f5b370;
}
.color-3 {
color: #f9e3b9;
}
.color-4 {
color: #bfdfe3;
}
.color-5 {
color: #80b3d0;
}
/* CSS Variables */
:root {
--color-1: #f0a3b1;
--color-2: #f5b370;
--color-3: #f9e3b9;
--color-4: #bfdfe3;
--color-5: #80b3d0;
}
CSS del degradado de fondo Seoul Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3b1, #f5b370, #f9e3b9, #bfdfe3, #80b3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3b1, #f5b370, #f9e3b9, #bfdfe3, #80b3d0);
}
Paletas de colores similares
Seoul Serenity color palette created on .