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