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