Paleta de colores Warm Akane

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Akane palette

Compartir esta paleta en:

CSS de la paleta de colores Warm Akane

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a47;
}
.color-3 {
color: #ffcb3d;
}
.color-4 {
color: #a1d661;
}
.color-5 {
color: #4eb5e9;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a47;
--color-3: #ffcb3d;
--color-4: #a1d661;
--color-5: #4eb5e9;
}

CSS del degradado de fondo Warm Akane

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a47, #ffcb3d, #a1d661, #4eb5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a47, #ffcb3d, #a1d661, #4eb5e9);
}

Warm Akane color palette created on .