Red Elegance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red Elegance palette
Red Elegance カラーパレット CSS
/* CSS */
.color-1 {
color: #1b0e0e;
}
.color-2 {
color: #a22020;
}
.color-3 {
color: #d95e5e;
}
.color-4 {
color: #f9a49f;
}
.color-5 {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--color-1: #1b0e0e;
--color-2: #a22020;
--color-3: #d95e5e;
--color-4: #f9a49f;
--color-5: #f5f5f5;
}
Red Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0e0e, #a22020, #d95e5e, #f9a49f, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0e0e, #a22020, #d95e5e, #f9a49f, #f5f5f5);
}
似たようなカラーパレット
Red Elegance color palette created on .