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