Whimsical Grove カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whimsical Grove palette
Whimsical Grove カラーパレット CSS
/* CSS */
.color-1 {
color: #e3c37d;
}
.color-2 {
color: #b89f65;
}
.color-3 {
color: #8d804e;
}
.color-4 {
color: #5d703e;
}
.color-5 {
color: #3c5e2b;
}
/* CSS Variables */
:root {
--color-1: #e3c37d;
--color-2: #b89f65;
--color-3: #8d804e;
--color-4: #5d703e;
--color-5: #3c5e2b;
}
Whimsical Grove の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3c37d, #b89f65, #8d804e, #5d703e, #3c5e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3c37d, #b89f65, #8d804e, #5d703e, #3c5e2b);
}
似たようなカラーパレット
Whimsical Grove color palette created on .