Colorful Jellyfish カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Colorful Jellyfish palette
Colorful Jellyfish カラーパレット (PNG) をダウンロード
Colorful Jellyfish カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa061;
}
.color-3 {
color: #ffcd61;
}
.color-4 {
color: #61c0ff;
}
.color-5 {
color: #a361ff;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa061;
--color-3: #ffcd61;
--color-4: #61c0ff;
--color-5: #a361ff;
}
Colorful Jellyfish の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa061, #ffcd61, #61c0ff, #a361ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa061, #ffcd61, #61c0ff, #a361ff);
}
似たようなカラーパレット
Colorful Jellyfish color palette created on .