Ruby Blush Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ruby Blush palette

Condividi questa palette a:

tavolozza dei colori Ruby Blush CSS

/* CSS */
.color-1 {
color: #c92c49;
}
.color-2 {
color: #e04d6b;
}
.color-3 {
color: #f69f8e;
}
.color-4 {
color: #f9cfb4;
}
.color-5 {
color: #f2e3d4;
}

/* CSS Variables */
:root {
--color-1: #c92c49;
--color-2: #e04d6b;
--color-3: #f69f8e;
--color-4: #f9cfb4;
--color-5: #f2e3d4;
}

CSS con gradiente di sfondo Ruby Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c49, #e04d6b, #f69f8e, #f9cfb4, #f2e3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c49, #e04d6b, #f69f8e, #f9cfb4, #f2e3d4);
}

Ruby Blush color palette created on .