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