Light Blue Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Blue Shades palette

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

Light Blue Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #ddecf8;
}
.color-2 {
color: #c9e4f8;
}
.color-3 {
color: #aed8ef;
}
.color-4 {
color: #98cce6;
}
.color-5 {
color: #80c0db;
}

/* CSS Variables */
:root {
--color-1: #ddecf8;
--color-2: #c9e4f8;
--color-3: #aed8ef;
--color-4: #98cce6;
--color-5: #80c0db;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddecf8, #c9e4f8, #aed8ef, #98cce6, #80c0db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddecf8, #c9e4f8, #aed8ef, #98cce6, #80c0db);
}

Light Blue Shades color palette created on .