Paleta de colores Sunset Akira

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Akira palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Akira

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #f4c95d;
}
.color-4 {
color: #a5d86f;
}
.color-5 {
color: #6cc0e4;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9d5c;
--color-3: #f4c95d;
--color-4: #a5d86f;
--color-5: #6cc0e4;
}

CSS del degradado de fondo Sunset Akira

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9d5c, #f4c95d, #a5d86f, #6cc0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9d5c, #f4c95d, #a5d86f, #6cc0e4);
}

Sunset Akira color palette created on .