Orange Planet Core Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Planet Core palette
Orange Planet Core color palette 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;
}
Orange Planet Core background gradient CSS
/* 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);
}
Similar color palettes
Orange Planet Core color palette created on .