Pink and Orange Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink and Orange Dream palette

Condividi questa palette a:

tavolozza dei colori Pink and Orange Dream CSS

/* CSS */
.color-1 {
color: #f7b1d6;
}
.color-2 {
color: #ffa061;
}
.color-3 {
color: #ffcb3d;
}
.color-4 {
color: #94e1d3;
}
.color-5 {
color: #695c99;
}

/* CSS Variables */
:root {
--color-1: #f7b1d6;
--color-2: #ffa061;
--color-3: #ffcb3d;
--color-4: #94e1d3;
--color-5: #695c99;
}

CSS con gradiente di sfondo Pink and Orange Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1d6, #ffa061, #ffcb3d, #94e1d3, #695c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1d6, #ffa061, #ffcb3d, #94e1d3, #695c99);
}

Pink and Orange Dream color palette created on .