Barbie Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Barbie Dream palette

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

Barbie Dream カラー パレット PNG 画像

Download barbie dream color palette PNG image (landscape)
Download barbie dream color palette PNG image (square)

Barbie Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6bb5;
}
.color-2 {
color: #ff9ebb;
}
.color-3 {
color: #ff4d94;
}
.color-4 {
color: #f1a7b7;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #ff6bb5;
--color-2: #ff9ebb;
--color-3: #ff4d94;
--color-4: #f1a7b7;
--color-5: #d6006f;
}

Barbie Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6bb5, #ff9ebb, #ff4d94, #f1a7b7, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6bb5, #ff9ebb, #ff4d94, #f1a7b7, #d6006f);
}

Barbie Dream color palette created on .