Dark Wine Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Wine Shades palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Dark Wine Shades カラーパレット (PNG) をダウンロード
Dark Wine Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #240f14;
}
.color-2 {
color: #431e28;
}
.color-3 {
color: #562f4c;
}
.color-4 {
color: #5a3049;
}
.color-5 {
color: #613846;
}
/* CSS Variables */
:root {
--color-1: #240f14;
--color-2: #431e28;
--color-3: #562f4c;
--color-4: #5a3049;
--color-5: #613846;
}
Dark Wine Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #240f14, #431e28, #562f4c, #5a3049, #613846);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #240f14, #431e28, #562f4c, #5a3049, #613846);
}
似たようなカラーパレット
Dark Wine Shades color palette created on .