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