Spirit of the Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spirit of the Earth palette

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

Spirit of the Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #71bf4f;
}
.color-2 {
color: #f4c543;
}
.color-3 {
color: #f6803c;
}
.color-4 {
color: #f25050;
}
.color-5 {
color: #a43d8c;
}

/* CSS Variables */
:root {
--color-1: #71bf4f;
--color-2: #f4c543;
--color-3: #f6803c;
--color-4: #f25050;
--color-5: #a43d8c;
}

Spirit of the Earth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71bf4f, #f4c543, #f6803c, #f25050, #a43d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71bf4f, #f4c543, #f6803c, #f25050, #a43d8c);
}

Spirit of the Earth color palette created on .