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