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