Orange Planet Core カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Planet Core palette

このパレットを共有する先:

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;
}

Orange Planet Core の背景のグラデーション 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);
}

Orange Planet Core color palette created on .