Blue Butterfly カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Butterfly palette

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

Blue Butterfly カラーパレット CSS

/* CSS */
.color-1 {
color: #d8c8df;
}
.color-2 {
color: #a4b1df;
}
.color-3 {
color: #6e8ed8;
}
.color-4 {
color: #4e6d97;
}
.color-5 {
color: #3c4e6d;
}

/* CSS Variables */
:root {
--color-1: #d8c8df;
--color-2: #a4b1df;
--color-3: #6e8ed8;
--color-4: #4e6d97;
--color-5: #3c4e6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c8df, #a4b1df, #6e8ed8, #4e6d97, #3c4e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c8df, #a4b1df, #6e8ed8, #4e6d97, #3c4e6d);
}

Blue Butterfly color palette created on .