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