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