Orange Planet Core Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Planet Core palette

Condividi questa palette a:

tavolozza dei colori Orange Planet Core CSS

/* CSS */
.color-1 {
color: #e27b2c;
}
.color-2 {
color: #f2b036;
}
.color-3 {
color: #f7cf69;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #6ebad8;
}

/* CSS Variables */
:root {
--color-1: #e27b2c;
--color-2: #f2b036;
--color-3: #f7cf69;
--color-4: #a3d55d;
--color-5: #6ebad8;
}

CSS con gradiente di sfondo Orange Planet Core

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e27b2c, #f2b036, #f7cf69, #a3d55d, #6ebad8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e27b2c, #f2b036, #f7cf69, #a3d55d, #6ebad8);
}

Orange Planet Core color palette created on .