Orange Blue Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Blue Dream palette

Condividi questa palette a:

tavolozza dei colori Orange Blue Dream CSS

/* CSS */
.color-1 {
color: #ff801f;
}
.color-2 {
color: #ffbd42;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #1c5073;
}
.color-5 {
color: #f0e0e4;
}

/* CSS Variables */
:root {
--color-1: #ff801f;
--color-2: #ffbd42;
--color-3: #4b91e2;
--color-4: #1c5073;
--color-5: #f0e0e4;
}

CSS con gradiente di sfondo Orange Blue Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff801f, #ffbd42, #4b91e2, #1c5073, #f0e0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff801f, #ffbd42, #4b91e2, #1c5073, #f0e0e4);
}

Orange Blue Dream color palette created on .