Paleta de colores Seoul Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Seoul Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Seoul Serenity

/* CSS */
.color-1 {
color: #e6cfc6;
}
.color-2 {
color: #d5b4a5;
}
.color-3 {
color: #c39e8d;
}
.color-4 {
color: #b6896d;
}
.color-5 {
color: #a57b5f;
}

/* CSS Variables */
:root {
--color-1: #e6cfc6;
--color-2: #d5b4a5;
--color-3: #c39e8d;
--color-4: #b6896d;
--color-5: #a57b5f;
}

CSS del degradado de fondo Seoul Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6cfc6, #d5b4a5, #c39e8d, #b6896d, #a57b5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6cfc6, #d5b4a5, #c39e8d, #b6896d, #a57b5f);
}

Seoul Serenity color palette created on .