Verdant Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Oasis palette

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

Verdant Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #117e17;
}
.color-2 {
color: #1cb021;
}
.color-3 {
color: #31d33c;
}
.color-4 {
color: #52da59;
}
.color-5 {
color: #70e172;
}

/* CSS Variables */
:root {
--color-1: #117e17;
--color-2: #1cb021;
--color-3: #31d33c;
--color-4: #52da59;
--color-5: #70e172;
}

Verdant Oasis の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #117e17, #1cb021, #31d33c, #52da59, #70e172);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #117e17, #1cb021, #31d33c, #52da59, #70e172);
}

Verdant Oasis color palette created on .