Shades of Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Pink palette

Condividi questa palette a:

tavolozza dei colori Shades of Pink CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffb09e;
}
.color-4 {
color: #ffd4b3;
}
.color-5 {
color: #fff4e0;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff998a;
--color-3: #ffb09e;
--color-4: #ffd4b3;
--color-5: #fff4e0;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff998a, #ffb09e, #ffd4b3, #fff4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff998a, #ffb09e, #ffd4b3, #fff4e0);
}

Shades of Pink color palette created on .