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