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