Pink Princess Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Princess palette

Condividi questa palette a:

tavolozza dei colori Pink Princess CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f1a7d3;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #d3a1e3;
}
.color-5 {
color: #a68cc5;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f1a7d3;
--color-3: #eab8e4;
--color-4: #d3a1e3;
--color-5: #a68cc5;
}

CSS con gradiente di sfondo Pink Princess

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f1a7d3, #eab8e4, #d3a1e3, #a68cc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f1a7d3, #eab8e4, #d3a1e3, #a68cc5);
}

Pink Princess color palette created on .