Sweet Indulgence カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Indulgence palette

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

Sweet Indulgence カラーパレット CSS

/* CSS */
.color-1 {
color: #1d1d1b;
}
.color-2 {
color: #4c3e3e;
}
.color-3 {
color: #7a5c5c;
}
.color-4 {
color: #c4b0a1;
}
.color-5 {
color: #f5e5d1;
}

/* CSS Variables */
:root {
--color-1: #1d1d1b;
--color-2: #4c3e3e;
--color-3: #7a5c5c;
--color-4: #c4b0a1;
--color-5: #f5e5d1;
}

Sweet Indulgence の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d1b, #4c3e3e, #7a5c5c, #c4b0a1, #f5e5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d1b, #4c3e3e, #7a5c5c, #c4b0a1, #f5e5d1);
}

Sweet Indulgence color palette created on .