Cool Light Blues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cool Light Blues palette
Cool Light Blues カラーパレット CSS
/* CSS */
.color-1 {
color: #ecf8fe;
}
.color-2 {
color: #e4f5fb;
}
.color-3 {
color: #d9f0f7;
}
.color-4 {
color: #cbe7f1;
}
.color-5 {
color: #c3dbe9;
}
/* CSS Variables */
:root {
--color-1: #ecf8fe;
--color-2: #e4f5fb;
--color-3: #d9f0f7;
--color-4: #cbe7f1;
--color-5: #c3dbe9;
}
Cool Light Blues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecf8fe, #e4f5fb, #d9f0f7, #cbe7f1, #c3dbe9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecf8fe, #e4f5fb, #d9f0f7, #cbe7f1, #c3dbe9);
}
似たようなカラーパレット
Cool Light Blues color palette created on .