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