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