Elegant Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Beige palette

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

Elegant Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d2c7a3;
}
.color-3 {
color: #bfa6b0;
}
.color-4 {
color: #a56989;
}
.color-5 {
color: #e5b2a9;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d2c7a3;
--color-3: #bfa6b0;
--color-4: #a56989;
--color-5: #e5b2a9;
}

Elegant Beige の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d2c7a3, #bfa6b0, #a56989, #e5b2a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d2c7a3, #bfa6b0, #a56989, #e5b2a9);
}

似たようなカラーパレット

Elegant Beige color palette created on .