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