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