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