Sugar Dust カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sugar Dust palette

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

Sugar Dust カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e9e0;
}
.color-2 {
color: #e6c4b3;
}
.color-3 {
color: #d1a68f;
}
.color-4 {
color: #c2907a;
}
.color-5 {
color: #b26f66;
}

/* CSS Variables */
:root {
--color-1: #f5e9e0;
--color-2: #e6c4b3;
--color-3: #d1a68f;
--color-4: #c2907a;
--color-5: #b26f66;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e9e0, #e6c4b3, #d1a68f, #c2907a, #b26f66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e9e0, #e6c4b3, #d1a68f, #c2907a, #b26f66);
}

Sugar Dust color palette created on .