Paleta de colores Red Blot

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Blot palette

Compartir esta paleta en:

CSS de la paleta de colores Red Blot

/* CSS */
.color-1 {
color: #f9a83e;
}
.color-2 {
color: #f5692e;
}
.color-3 {
color: #f03b24;
}
.color-4 {
color: #d71d24;
}
.color-5 {
color: #8e1a28;
}

/* CSS Variables */
:root {
--color-1: #f9a83e;
--color-2: #f5692e;
--color-3: #f03b24;
--color-4: #d71d24;
--color-5: #8e1a28;
}

CSS del degradado de fondo Red Blot

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a83e, #f5692e, #f03b24, #d71d24, #8e1a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a83e, #f5692e, #f03b24, #d71d24, #8e1a28);
}

Red Blot color palette created on .