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