Cosmic Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cosmic Vibes palette
Cosmic Vibes カラー パレット PNG 画像
Cosmic Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #3b5b8c;
}
.color-3 {
color: #60a0c3;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e85e7e;
}
/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #3b5b8c;
--color-3: #60a0c3;
--color-4: #f1c84b;
--color-5: #e85e7e;
}
Cosmic Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #3b5b8c, #60a0c3, #f1c84b, #e85e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #3b5b8c, #60a0c3, #f1c84b, #e85e7e);
}
似たようなカラーパレット
Cosmic Vibes color palette created on .