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