Orange Empowerment カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Empowerment palette

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

Orange Empowerment カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #c26e00;
}
.color-3 {
color: #a34c00;
}
.color-4 {
color: #803c00;
}
.color-5 {
color: #5c2b00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #c26e00;
--color-3: #a34c00;
--color-4: #803c00;
--color-5: #5c2b00;
}

Orange Empowerment の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #c26e00, #a34c00, #803c00, #5c2b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #c26e00, #a34c00, #803c00, #5c2b00);
}

Orange Empowerment color palette created on .