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