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