Jellybean Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Jellybean Serenade palette

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

Jellybean Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f0d000;
}
.color-3 {
color: #f2b1c4;
}
.color-4 {
color: #f28cb2;
}
.color-5 {
color: #e05c9c;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f0d000;
--color-3: #f2b1c4;
--color-4: #f28cb2;
--color-5: #e05c9c;
}

Jellybean Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f0d000, #f2b1c4, #f28cb2, #e05c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f0d000, #f2b1c4, #f28cb2, #e05c9c);
}

Jellybean Serenade color palette created on .