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