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