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