Blue Jellyfish カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Jellyfish palette
Blue Jellyfish カラーパレット CSS
/* CSS */
.color-1 {
color: #64b3e8;
}
.color-2 {
color: #4bbe8e;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #f76959;
}
.color-5 {
color: #b65d8d;
}
/* CSS Variables */
:root {
--color-1: #64b3e8;
--color-2: #4bbe8e;
--color-3: #f9d86c;
--color-4: #f76959;
--color-5: #b65d8d;
}
Blue Jellyfish の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #64b3e8, #4bbe8e, #f9d86c, #f76959, #b65d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #64b3e8, #4bbe8e, #f9d86c, #f76959, #b65d8d);
}
似たようなカラーパレット
Blue Jellyfish color palette created on .