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