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