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