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