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