Bittersweet Shades of Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bittersweet Shades of Pink palette

Condividi questa palette a:

tavolozza dei colori Bittersweet Shades of Pink CSS

/* CSS */
.color-1 {
color: #ff6c5c;
}
.color-2 {
color: #ff896b;
}
.color-3 {
color: #ffa480;
}
.color-4 {
color: #ffc59e;
}
.color-5 {
color: #ffe1d1;
}

/* CSS Variables */
:root {
--color-1: #ff6c5c;
--color-2: #ff896b;
--color-3: #ffa480;
--color-4: #ffc59e;
--color-5: #ffe1d1;
}

CSS con gradiente di sfondo Bittersweet Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6c5c, #ff896b, #ffa480, #ffc59e, #ffe1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6c5c, #ff896b, #ffa480, #ffc59e, #ffe1d1);
}

Bittersweet Shades of Pink color palette created on .