Shades of Brandy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Brandy palette
Shades of Brandy カラーパレット CSS
/* CSS */
.color-1 {
color: #dec196;
}
.color-2 {
color: #d8a65a;
}
.color-3 {
color: #cbae3a;
}
.color-4 {
color: #a96f2d;
}
.color-5 {
color: #714e38;
}
/* CSS Variables */
:root {
--color-1: #dec196;
--color-2: #d8a65a;
--color-3: #cbae3a;
--color-4: #a96f2d;
--color-5: #714e38;
}
Shades of Brandy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dec196, #d8a65a, #cbae3a, #a96f2d, #714e38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dec196, #d8a65a, #cbae3a, #a96f2d, #714e38);
}
似たようなカラーパレット
Shades of Brandy color palette created on .