Sunlit Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunlit Serenity palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Sunlit Serenity カラーパレット (PNG) をダウンロード
Sunlit Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffe3b3;
}
.color-3 {
color: #ffdab3;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #fff5e0;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffe3b3;
--color-3: #ffdab3;
--color-4: #ffb84d;
--color-5: #fff5e0;
}
Sunlit Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffe3b3, #ffdab3, #ffb84d, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffe3b3, #ffdab3, #ffb84d, #fff5e0);
}
似たようなカラーパレット
Sunlit Serenity color palette created on .