Cashmere Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cashmere Beige palette

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

Cashmere Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f0d2c1;
}
.color-2 {
color: #e6bfa3;
}
.color-3 {
color: #d4a58c;
}
.color-4 {
color: #c99e73;
}
.color-5 {
color: #b6905d;
}

/* CSS Variables */
:root {
--color-1: #f0d2c1;
--color-2: #e6bfa3;
--color-3: #d4a58c;
--color-4: #c99e73;
--color-5: #b6905d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0d2c1, #e6bfa3, #d4a58c, #c99e73, #b6905d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0d2c1, #e6bfa3, #d4a58c, #c99e73, #b6905d);
}

Cashmere Beige color palette created on .