Paleta de colores Cruel King

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cruel King palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Cruel King

Download cruel king color palette PNG image (landscape)
Download cruel king color palette PNG image (square)

CSS de la paleta de colores Cruel King

/* CSS */
.color-1 {
color: #6d402c;
}
.color-2 {
color: #b96c50;
}
.color-3 {
color: #e1a66b;
}
.color-4 {
color: #f8c76d;
}
.color-5 {
color: #f24a2c;
}

/* CSS Variables */
:root {
--color-1: #6d402c;
--color-2: #b96c50;
--color-3: #e1a66b;
--color-4: #f8c76d;
--color-5: #f24a2c;
}

CSS del degradado de fondo Cruel King

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d402c, #b96c50, #e1a66b, #f8c76d, #f24a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d402c, #b96c50, #e1a66b, #f8c76d, #f24a2c);
}

Cruel King color palette created on .