Red Blot Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Blot palette

Condividi questa palette a:

tavolozza dei colori Red Blot CSS

/* 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 con gradiente di sfondo 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 .