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