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