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