Light Pink and Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Pink and Beige palette

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

Light Pink and Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c9d1;
}
.color-2 {
color: #e6d4c1;
}
.color-3 {
color: #f6e8d5;
}
.color-4 {
color: #f1b3a2;
}
.color-5 {
color: #f9d3a4;
}

/* CSS Variables */
:root {
--color-1: #f8c9d1;
--color-2: #e6d4c1;
--color-3: #f6e8d5;
--color-4: #f1b3a2;
--color-5: #f9d3a4;
}

Light Pink and Beige の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d1, #e6d4c1, #f6e8d5, #f1b3a2, #f9d3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d1, #e6d4c1, #f6e8d5, #f1b3a2, #f9d3a4);
}

Light Pink and Beige color palette created on .