Sunlit Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunlit Serenity palette
Sunlit Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #eab239;
}
.color-2 {
color: #f6c474;
}
.color-3 {
color: #f9e5a4;
}
.color-4 {
color: #b7e4af;
}
.color-5 {
color: #6ed4cf;
}
/* CSS Variables */
:root {
--color-1: #eab239;
--color-2: #f6c474;
--color-3: #f9e5a4;
--color-4: #b7e4af;
--color-5: #6ed4cf;
}
Sunlit Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab239, #f6c474, #f9e5a4, #b7e4af, #6ed4cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab239, #f6c474, #f9e5a4, #b7e4af, #6ed4cf);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Sunlit Serenity color palette created on .