Shades of Rose Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Rose palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Rose

Download shades of rose color palette PNG image (landscape)
Download shades of rose color palette PNG image (square)

tavolozza dei colori Shades of Rose CSS

/* CSS */
.color-1 {
color: #799a81;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #f2c8b5;
}
.color-4 {
color: #d98f7d;
}
.color-5 {
color: #9d4d6c;
}

/* CSS Variables */
:root {
--color-1: #799a81;
--color-2: #e4b5a0;
--color-3: #f2c8b5;
--color-4: #d98f7d;
--color-5: #9d4d6c;
}

CSS con gradiente di sfondo Shades of Rose

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a81, #e4b5a0, #f2c8b5, #d98f7d, #9d4d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a81, #e4b5a0, #f2c8b5, #d98f7d, #9d4d6c);
}

Shades of Rose color palette created on .