Café Cream Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Café Cream Delight palette
Café Cream Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #c3b192;
}
.color-3 {
color: #e2c7b6;
}
.color-4 {
color: #f1e9d0;
}
.color-5 {
color: #ffcc85;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #c3b192;
--color-3: #e2c7b6;
--color-4: #f1e9d0;
--color-5: #ffcc85;
}
Café Cream Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #c3b192, #e2c7b6, #f1e9d0, #ffcc85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #c3b192, #e2c7b6, #f1e9d0, #ffcc85);
}
似たようなカラーパレット
下にスクロールして200+個のアーシーカラーパレットを探索しましょう
Café Cream Delight color palette created on .