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