Joyful Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Joyful Skies palette

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

Joyful Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #f77c69;
}
.color-2 {
color: #f8b262;
}
.color-3 {
color: #f8d062;
}
.color-4 {
color: #28ccd7;
}
.color-5 {
color: #f76478;
}

/* CSS Variables */
:root {
--color-1: #f77c69;
--color-2: #f8b262;
--color-3: #f8d062;
--color-4: #28ccd7;
--color-5: #f76478;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f77c69, #f8b262, #f8d062, #28ccd7, #f76478);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f77c69, #f8b262, #f8d062, #28ccd7, #f76478);
}

Joyful Skies color palette created on .