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