Pink Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Dreams palette

Condividi questa palette a:

tavolozza dei colori Pink Dreams CSS

/* CSS */
.color-1 {
color: #f5c2d6;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #ff9e9e;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #f5c2d6;
--color-2: #ffb3e4;
--color-3: #ff9e9e;
--color-4: #ff8052;
--color-5: #ffcc00;
}

CSS con gradiente di sfondo Pink Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2d6, #ffb3e4, #ff9e9e, #ff8052, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2d6, #ffb3e4, #ff9e9e, #ff8052, #ffcc00);
}

Pink Dreams color palette created on .