Rose Candlelight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rose Candlelight palette

Condividi questa palette a:

tavolozza dei colori Rose Candlelight CSS

/* CSS */
.color-1 {
color: #f2c5d3;
}
.color-2 {
color: #e6afad;
}
.color-3 {
color: #d78e8e;
}
.color-4 {
color: #c67b8e;
}
.color-5 {
color: #c57c8c;
}

/* CSS Variables */
:root {
--color-1: #f2c5d3;
--color-2: #e6afad;
--color-3: #d78e8e;
--color-4: #c67b8e;
--color-5: #c57c8c;
}

CSS con gradiente di sfondo Rose Candlelight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d3, #e6afad, #d78e8e, #c67b8e, #c57c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d3, #e6afad, #d78e8e, #c67b8e, #c57c8c);
}

Rose Candlelight color palette created on .