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