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