Blue Viola Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Viola Shades palette

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

Blue Viola Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #4b85f1;
}
.color-2 {
color: #a3c2e0;
}
.color-3 {
color: #698cab;
}
.color-4 {
color: #c7a2d7;
}
.color-5 {
color: #5e5b9a;
}

/* CSS Variables */
:root {
--color-1: #4b85f1;
--color-2: #a3c2e0;
--color-3: #698cab;
--color-4: #c7a2d7;
--color-5: #5e5b9a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b85f1, #a3c2e0, #698cab, #c7a2d7, #5e5b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b85f1, #a3c2e0, #698cab, #c7a2d7, #5e5b9a);
}

Blue Viola Shades color palette created on .