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