Paleta de colores Serenity of Akiro

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity of Akiro palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity of Akiro

/* CSS */
.color-1 {
color: #f7b5a6;
}
.color-2 {
color: #f6d6a2;
}
.color-3 {
color: #f4e2b8;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #6f9cc8;
}

/* CSS Variables */
:root {
--color-1: #f7b5a6;
--color-2: #f6d6a2;
--color-3: #f4e2b8;
--color-4: #a3c7e0;
--color-5: #6f9cc8;
}

CSS del degradado de fondo Serenity of Akiro

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a6, #f6d6a2, #f4e2b8, #a3c7e0, #6f9cc8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a6, #f6d6a2, #f4e2b8, #a3c7e0, #6f9cc8);
}

Serenity of Akiro color palette created on .