Venus's Feast カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Venus's Feast palette

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

Venus's Feast カラーパレット CSS

/* CSS */
.color-1 {
color: #3b5a1c;
}
.color-2 {
color: #5b7f29;
}
.color-3 {
color: #8cbf3b;
}
.color-4 {
color: #c3e0a3;
}
.color-5 {
color: #f7f2b1;
}

/* CSS Variables */
:root {
--color-1: #3b5a1c;
--color-2: #5b7f29;
--color-3: #8cbf3b;
--color-4: #c3e0a3;
--color-5: #f7f2b1;
}

Venus's Feast の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5a1c, #5b7f29, #8cbf3b, #c3e0a3, #f7f2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5a1c, #5b7f29, #8cbf3b, #c3e0a3, #f7f2b1);
}

Venus's Feast color palette created on .