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