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