Paleta de colores Serenity of Kenji

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity of Kenji palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity of Kenji

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f8e3b9;
}
.color-3 {
color: #b7d9e1;
}
.color-4 {
color: #64a2b4;
}
.color-5 {
color: #3c5a8b;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f8e3b9;
--color-3: #b7d9e1;
--color-4: #64a2b4;
--color-5: #3c5a8b;
}

CSS del degradado de fondo Serenity of Kenji

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f8e3b9, #b7d9e1, #64a2b4, #3c5a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f8e3b9, #b7d9e1, #64a2b4, #3c5a8b);
}

Serenity of Kenji color palette created on .