Shades of Rose Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Rose palette

Condividi questa palette a:

tavolozza dei colori Shades of Rose CSS

/* CSS */
.color-1 {
color: #eab8b3;
}
.color-2 {
color: #d38d9f;
}
.color-3 {
color: #d0536a;
}
.color-4 {
color: #a3193e;
}
.color-5 {
color: #8a0039;
}

/* CSS Variables */
:root {
--color-1: #eab8b3;
--color-2: #d38d9f;
--color-3: #d0536a;
--color-4: #a3193e;
--color-5: #8a0039;
}

CSS con gradiente di sfondo Shades of Rose

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8b3, #d38d9f, #d0536a, #a3193e, #8a0039);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8b3, #d38d9f, #d0536a, #a3193e, #8a0039);
}

Shades of Rose color palette created on .