Icy Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Icy Blue palette
Icy Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #66b3d6;
}
.color-3 {
color: #4c99c2;
}
.color-4 {
color: #0095c7;
}
.color-5 {
color: #007a99;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #66b3d6;
--color-3: #4c99c2;
--color-4: #0095c7;
--color-5: #007a99;
}
Icy Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #66b3d6, #4c99c2, #0095c7, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #66b3d6, #4c99c2, #0095c7, #007a99);
}
似たようなカラーパレット
Icy Blue color palette created on .