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