Pink and Blue Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink and Blue Dream palette

Condividi questa palette a:

tavolozza dei colori Pink and Blue Dream CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #f7c8bb;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #f7c8bb;
--color-3: #4b91e2;
--color-4: #6ed4cf;
--color-5: #ffb300;
}

CSS con gradiente di sfondo Pink and Blue Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #f7c8bb, #4b91e2, #6ed4cf, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #f7c8bb, #4b91e2, #6ed4cf, #ffb300);
}

Pink and Blue Dream color palette created on .