Shades of Ruby Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Ruby palette

Condividi questa palette a:

tavolozza dei colori Shades of Ruby CSS

/* CSS */
.color-1 {
color: #c92c49;
}
.color-2 {
color: #e47c7c;
}
.color-3 {
color: #f2a67d;
}
.color-4 {
color: #f9d88b;
}
.color-5 {
color: #f2e7a1;
}

/* CSS Variables */
:root {
--color-1: #c92c49;
--color-2: #e47c7c;
--color-3: #f2a67d;
--color-4: #f9d88b;
--color-5: #f2e7a1;
}

CSS con gradiente di sfondo Shades of Ruby

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c49, #e47c7c, #f2a67d, #f9d88b, #f2e7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c49, #e47c7c, #f2a67d, #f9d88b, #f2e7a1);
}

Shades of Ruby color palette created on .