Joyful Jubilee カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Joyful Jubilee palette

このパレットを共有する先:

Joyful Jubilee カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #69bf88;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #ff8e3d;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #69bf88;
--color-3: #f7c94b;
--color-4: #ff8e3d;
--color-5: #e63746;
}

Joyful Jubilee の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #69bf88, #f7c94b, #ff8e3d, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #69bf88, #f7c94b, #ff8e3d, #e63746);
}

Joyful Jubilee color palette created on .