Colorful Dandy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Colorful Dandy palette

このパレットを共有する先:

Colorful Dandy カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #f0786a;
}
.color-4 {
color: #c94f8a;
}
.color-5 {
color: #9c49a7;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f1a65b;
--color-3: #f0786a;
--color-4: #c94f8a;
--color-5: #9c49a7;
}

Colorful Dandy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f1a65b, #f0786a, #c94f8a, #9c49a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f1a65b, #f0786a, #c94f8a, #9c49a7);
}

Colorful Dandy color palette created on .