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