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: #f8e0c4;
}
.color-2 {
color: #f6b798;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #e63746;
}
.color-5 {
color: #d72839;
}

/* CSS Variables */
:root {
--color-1: #f8e0c4;
--color-2: #f6b798;
--color-3: #f76e6e;
--color-4: #e63746;
--color-5: #d72839;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0c4, #f6b798, #f76e6e, #e63746, #d72839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0c4, #f6b798, #f76e6e, #e63746, #d72839);
}

Shades of Pink color palette created on .