Pink Aesthetic Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Aesthetic palette

Condividi questa palette a:

tavolozza dei colori Pink Aesthetic CSS

/* CSS */
.color-1 {
color: #f6c1d1;
}
.color-2 {
color: #ff9999;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #ff3d3d;
}
.color-5 {
color: #ff1a1a;
}

/* CSS Variables */
:root {
--color-1: #f6c1d1;
--color-2: #ff9999;
--color-3: #ff5c5c;
--color-4: #ff3d3d;
--color-5: #ff1a1a;
}

CSS con gradiente di sfondo Pink Aesthetic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d1, #ff9999, #ff5c5c, #ff3d3d, #ff1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d1, #ff9999, #ff5c5c, #ff3d3d, #ff1a1a);
}

Pink Aesthetic color palette created on .