Sunlit Serenity Palette カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunlit Serenity Palette palette
Image Gallery

Sunlit Serenity Palette カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e4e1d8;
}
.color-3 {
color: #e2c636;
}
.color-4 {
color: #efaa7b;
}
.color-5 {
color: #a9a9b2;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e4e1d8;
--color-3: #e2c636;
--color-4: #efaa7b;
--color-5: #a9a9b2;
}
Sunlit Serenity Palette の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e4e1d8, #e2c636, #efaa7b, #a9a9b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e4e1d8, #e2c636, #efaa7b, #a9a9b2);
}
似たようなカラーパレット
Sunlit Serenity Palette color palette created on .