Butterfly Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Butterfly Blue palette

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

Butterfly Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f1cfa2;
}
.color-3 {
color: #f7d95e;
}
.color-4 {
color: #a8e2a1;
}
.color-5 {
color: #9fd2e0;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f1cfa2;
--color-3: #f7d95e;
--color-4: #a8e2a1;
--color-5: #9fd2e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f1cfa2, #f7d95e, #a8e2a1, #9fd2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f1cfa2, #f7d95e, #a8e2a1, #9fd2e0);
}

Butterfly Blue color palette created on .