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