Beige with Rainbow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Beige with Rainbow palette

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

Beige with Rainbow カラー パレット PNG 画像

Download beige with rainbow color palette PNG image (landscape)
Download beige with rainbow color palette PNG image (square)

Beige with Rainbow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e6c7;
}
.color-2 {
color: #f8d1a5;
}
.color-3 {
color: #f6b6d0;
}
.color-4 {
color: #c5e1e2;
}
.color-5 {
color: #a6d8c8;
}

/* CSS Variables */
:root {
--color-1: #f5e6c7;
--color-2: #f8d1a5;
--color-3: #f6b6d0;
--color-4: #c5e1e2;
--color-5: #a6d8c8;
}

Beige with Rainbow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6c7, #f8d1a5, #f6b6d0, #c5e1e2, #a6d8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6c7, #f8d1a5, #f6b6d0, #c5e1e2, #a6d8c8);
}

Beige with Rainbow color palette created on .