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