Ice Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ice Blue palette
Ice Blue カラーパレット (PNG) をダウンロード
Ice Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #a9d9e5;
}
.color-2 {
color: #6ac0d7;
}
.color-3 {
color: #3b9cc9;
}
.color-4 {
color: #0092b3;
}
.color-5 {
color: #007a8a;
}
/* CSS Variables */
:root {
--color-1: #a9d9e5;
--color-2: #6ac0d7;
--color-3: #3b9cc9;
--color-4: #0092b3;
--color-5: #007a8a;
}
Ice Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9e5, #6ac0d7, #3b9cc9, #0092b3, #007a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9e5, #6ac0d7, #3b9cc9, #0092b3, #007a8a);
}
似たようなカラーパレット
Ice Blue color palette created on .