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