Shades of Blueberry カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blueberry palette

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

Shades of Blueberry カラーパレット CSS

/* CSS */
.color-1 {
color: #a2a5d8;
}
.color-2 {
color: #7e88b9;
}
.color-3 {
color: #4b5c9b;
}
.color-4 {
color: #2e4a7f;
}
.color-5 {
color: #162f55;
}

/* CSS Variables */
:root {
--color-1: #a2a5d8;
--color-2: #7e88b9;
--color-3: #4b5c9b;
--color-4: #2e4a7f;
--color-5: #162f55;
}

Shades of Blueberry の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2a5d8, #7e88b9, #4b5c9b, #2e4a7f, #162f55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2a5d8, #7e88b9, #4b5c9b, #2e4a7f, #162f55);
}

Shades of Blueberry color palette created on .