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