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