Divine Earth of Oxossi カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Divine Earth of Oxossi palette

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

Divine Earth of Oxossi カラーパレット CSS

/* CSS */
.color-1 {
color: #d6b300;
}
.color-2 {
color: #c78800;
}
.color-3 {
color: #a37d00;
}
.color-4 {
color: #6b5f00;
}
.color-5 {
color: #2d3800;
}

/* CSS Variables */
:root {
--color-1: #d6b300;
--color-2: #c78800;
--color-3: #a37d00;
--color-4: #6b5f00;
--color-5: #2d3800;
}

Divine Earth of Oxossi の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b300, #c78800, #a37d00, #6b5f00, #2d3800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b300, #c78800, #a37d00, #6b5f00, #2d3800);
}

Divine Earth of Oxossi color palette created on .