Verdant Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Oasis palette

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

Verdant Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #d2c5b1;
}
.color-2 {
color: #2acb3c;
}
.color-3 {
color: #80c879;
}
.color-4 {
color: #4fbf80;
}
.color-5 {
color: #1abc9c;
}

/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #2acb3c;
--color-3: #80c879;
--color-4: #4fbf80;
--color-5: #1abc9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #2acb3c, #80c879, #4fbf80, #1abc9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #2acb3c, #80c879, #4fbf80, #1abc9c);
}

Verdant Oasis color palette created on .