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