Shades of Periwinkle カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Periwinkle palette

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

Shades of Periwinkle カラーパレット CSS

/* CSS */
.color-1 {
color: #a4b7da;
}
.color-2 {
color: #b9c8e4;
}
.color-3 {
color: #d2d6ea;
}
.color-4 {
color: #e6e1ef;
}
.color-5 {
color: #f8f9fc;
}

/* CSS Variables */
:root {
--color-1: #a4b7da;
--color-2: #b9c8e4;
--color-3: #d2d6ea;
--color-4: #e6e1ef;
--color-5: #f8f9fc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b7da, #b9c8e4, #d2d6ea, #e6e1ef, #f8f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b7da, #b9c8e4, #d2d6ea, #e6e1ef, #f8f9fc);
}

Shades of Periwinkle color palette created on .