Sugar Dust Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sugar Dust Delight palette

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

Sugar Dust Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #f3d7c9;
}
.color-2 {
color: #f1b3a7;
}
.color-3 {
color: #e6876b;
}
.color-4 {
color: #d6663d;
}
.color-5 {
color: #a54b27;
}

/* CSS Variables */
:root {
--color-1: #f3d7c9;
--color-2: #f1b3a7;
--color-3: #e6876b;
--color-4: #d6663d;
--color-5: #a54b27;
}

Sugar Dust Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d7c9, #f1b3a7, #e6876b, #d6663d, #a54b27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d7c9, #f1b3a7, #e6876b, #d6663d, #a54b27);
}

Sugar Dust Delight color palette created on .