Beauty Bush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Beauty Bush palette

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

Beauty Bush カラー パレット PNG 画像

Download beauty bush color palette PNG image (landscape)
Download beauty bush color palette PNG image (square)

Beauty Bush カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d5d0;
}
.color-2 {
color: #f8bfaf;
}
.color-3 {
color: #fba98e;
}
.color-4 {
color: #f8a76d;
}
.color-5 {
color: #f7c96e;
}

/* CSS Variables */
:root {
--color-1: #f6d5d0;
--color-2: #f8bfaf;
--color-3: #fba98e;
--color-4: #f8a76d;
--color-5: #f7c96e;
}

Beauty Bush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d5d0, #f8bfaf, #fba98e, #f8a76d, #f7c96e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d5d0, #f8bfaf, #fba98e, #f8a76d, #f7c96e);
}

Beauty Bush color palette created on .