Red Night カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red Night palette
Red Night カラーパレット CSS
/* CSS */
.color-1 {
color: #38191c;
}
.color-2 {
color: #7a2e3d;
}
.color-3 {
color: #a14f5b;
}
.color-4 {
color: #cf777a;
}
.color-5 {
color: #f4b19f;
}
/* CSS Variables */
:root {
--color-1: #38191c;
--color-2: #7a2e3d;
--color-3: #a14f5b;
--color-4: #cf777a;
--color-5: #f4b19f;
}
Red Night の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38191c, #7a2e3d, #a14f5b, #cf777a, #f4b19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38191c, #7a2e3d, #a14f5b, #cf777a, #f4b19f);
}
似たようなカラーパレット
下にスクロールして200+個の赤カラーパレットを探索しましょう
Red Night color palette created on .