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