Juminocore カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Juminocore palette

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

Juminocore カラー パレット PNG 画像

Download juminocore color palette PNG image (landscape)
Download juminocore color palette PNG image (square)

Juminocore カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ff6347;
}
.color-3 {
color: #ff8c00;
}
.color-4 {
color: #abff2e;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ff6347;
--color-3: #ff8c00;
--color-4: #abff2e;
--color-5: #00bfff;
}

Juminocore の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ff6347, #ff8c00, #abff2e, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ff6347, #ff8c00, #abff2e, #00bfff);
}

Juminocore color palette created on .