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