Fantasy Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Fantasy Pink palette

Condividi questa palette a:

tavolozza dei colori Fantasy Pink CSS

/* CSS */
.color-1 {
color: #f1a7b8;
}
.color-2 {
color: #f4d171;
}
.color-3 {
color: #87c4b7;
}
.color-4 {
color: #6b5a90;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #f1a7b8;
--color-2: #f4d171;
--color-3: #87c4b7;
--color-4: #6b5a90;
--color-5: #f39c12;
}

CSS con gradiente di sfondo Fantasy Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b8, #f4d171, #87c4b7, #6b5a90, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b8, #f4d171, #87c4b7, #6b5a90, #f39c12);
}

Fantasy Pink color palette created on .