Blue Jellyfish カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Jellyfish palette

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

Blue Jellyfish カラーパレット CSS

/* CSS */
.color-1 {
color: #0099cc;
}
.color-2 {
color: #64b1e8;
}
.color-3 {
color: #a3d1e6;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #0099cc;
--color-2: #64b1e8;
--color-3: #a3d1e6;
--color-4: #f0e78e;
--color-5: #ff6e61;
}

Blue Jellyfish の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0099cc, #64b1e8, #a3d1e6, #f0e78e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0099cc, #64b1e8, #a3d1e6, #f0e78e, #ff6e61);
}

Blue Jellyfish color palette created on .