Sweet Bun Delights カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Bun Delights palette

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

Sweet Bun Delights カラーパレット CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #c49378;
}
.color-3 {
color: #e1b79d;
}
.color-4 {
color: #f2e4ba;
}
.color-5 {
color: #9d5c4d;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #c49378;
--color-3: #e1b79d;
--color-4: #f2e4ba;
--color-5: #9d5c4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #c49378, #e1b79d, #f2e4ba, #9d5c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #c49378, #e1b79d, #f2e4ba, #9d5c4d);
}

Sweet Bun Delights color palette created on .