Orange and Blue Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange and Blue Dream palette

Condividi questa palette a:

tavolozza dei colori Orange and Blue Dream CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #69af4b;
}
.color-4 {
color: #1e3799;
}
.color-5 {
color: #f8c391;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcb5c;
--color-3: #69af4b;
--color-4: #1e3799;
--color-5: #f8c391;
}

CSS con gradiente di sfondo Orange and Blue Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcb5c, #69af4b, #1e3799, #f8c391);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcb5c, #69af4b, #1e3799, #f8c391);
}

Orange and Blue Dream color palette created on .