Sweet Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Pink palette

Condividi questa palette a:

tavolozza dei colori Sweet Pink CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f1b75b;
}
.color-3 {
color: #ffd980;
}
.color-4 {
color: #a2c3b0;
}
.color-5 {
color: #a65e8d;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f1b75b;
--color-3: #ffd980;
--color-4: #a2c3b0;
--color-5: #a65e8d;
}

CSS con gradiente di sfondo Sweet Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f1b75b, #ffd980, #a2c3b0, #a65e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f1b75b, #ffd980, #a2c3b0, #a65e8d);
}

Sweet Pink color palette created on .