Light Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Blue palette

このパレットを共有する先:

Light Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #a7d3b8;
}
.color-5 {
color: #f4c3c3;
}

/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #f6b83c;
--color-3: #ff6e61;
--color-4: #a7d3b8;
--color-5: #f4c3c3;
}

Light Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #f6b83c, #ff6e61, #a7d3b8, #f4c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #f6b83c, #ff6e61, #a7d3b8, #f4c3c3);
}

Light Blue color palette created on .