Pastel Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pastel Pink palette

Condividi questa palette a:

tavolozza dei colori Pastel Pink CSS

/* CSS */
.color-1 {
color: #f7c5c5;
}
.color-2 {
color: #f2cfd8;
}
.color-3 {
color: #f2e2d4;
}
.color-4 {
color: #cff2d2;
}
.color-5 {
color: #b9e9e9;
}

/* CSS Variables */
:root {
--color-1: #f7c5c5;
--color-2: #f2cfd8;
--color-3: #f2e2d4;
--color-4: #cff2d2;
--color-5: #b9e9e9;
}

CSS con gradiente di sfondo Pastel Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5c5, #f2cfd8, #f2e2d4, #cff2d2, #b9e9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5c5, #f2cfd8, #f2e2d4, #cff2d2, #b9e9e9);
}

Pastel Pink color palette created on .