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