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