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