Buttercream Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Buttercream Dreams palette

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

Buttercream Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e5d29f;
}
.color-3 {
color: #d0b79a;
}
.color-4 {
color: #c5a27c;
}
.color-5 {
color: #b4936a;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e5d29f;
--color-3: #d0b79a;
--color-4: #c5a27c;
--color-5: #b4936a;
}

Buttercream Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e5d29f, #d0b79a, #c5a27c, #b4936a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e5d29f, #d0b79a, #c5a27c, #b4936a);
}

Buttercream Dreams color palette created on .