Vibrant Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Blue palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Vibrant Blue カラーパレット (PNG) をダウンロード
Vibrant Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #ffbe33;
}
.color-3 {
color: #33ff58;
}
.color-4 {
color: #3358ff;
}
.color-5 {
color: #333333;
}
/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ffbe33;
--color-3: #33ff58;
--color-4: #3358ff;
--color-5: #333333;
}
Vibrant Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ffbe33, #33ff58, #3358ff, #333333);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ffbe33, #33ff58, #3358ff, #333333);
}
似たようなカラーパレット
Vibrant Blue color palette created on .