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