Shades of Red, Blue, and Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Red, Blue, and Purple palette

Condividi questa palette a:

tavolozza dei colori Shades of Red, Blue, and Purple CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #2a8fc6;
}
.color-3 {
color: #5b4d89;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #814c94;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #2a8fc6;
--color-3: #5b4d89;
--color-4: #f0a400;
--color-5: #814c94;
}

CSS con gradiente di sfondo Shades of Red, Blue, and Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #2a8fc6, #5b4d89, #f0a400, #814c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #2a8fc6, #5b4d89, #f0a400, #814c94);
}

Shades of Red, Blue, and Purple color palette created on .