Cool Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cool Blue palette
Cool Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #def1f7;
}
.color-2 {
color: #c3deee;
}
.color-3 {
color: #a4d5df;
}
.color-4 {
color: #97c6d8;
}
.color-5 {
color: #8ab3d0;
}
/* CSS Variables */
:root {
--color-1: #def1f7;
--color-2: #c3deee;
--color-3: #a4d5df;
--color-4: #97c6d8;
--color-5: #8ab3d0;
}
Cool Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #def1f7, #c3deee, #a4d5df, #97c6d8, #8ab3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #def1f7, #c3deee, #a4d5df, #97c6d8, #8ab3d0);
}
似たようなカラーパレット
下にスクロールして100+個のアクアカラーパレットを探索しましょう
Cool Blue color palette created on .