Creamy Beige カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Creamy Beige palette
Creamy Beige カラーパレット CSS
/* CSS */
.color-1 {
color: #f8e1b9;
}
.color-2 {
color: #f2d3a1;
}
.color-3 {
color: #e9c6a5;
}
.color-4 {
color: #d6b79f;
}
.color-5 {
color: #c2a78e;
}
/* CSS Variables */
:root {
--color-1: #f8e1b9;
--color-2: #f2d3a1;
--color-3: #e9c6a5;
--color-4: #d6b79f;
--color-5: #c2a78e;
}
Creamy Beige の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1b9, #f2d3a1, #e9c6a5, #d6b79f, #c2a78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1b9, #f2d3a1, #e9c6a5, #d6b79f, #c2a78e);
}
似たようなカラーパレット
Creamy Beige color palette created on .