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