Shades of Light Peach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Light Peach palette

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

Shades of Light Peach カラーパレット CSS

/* CSS */
.color-1 {
color: #f0ba99;
}
.color-2 {
color: #eabfa4;
}
.color-3 {
color: #e3c4b0;
}
.color-4 {
color: #d6c2b8;
}
.color-5 {
color: #c1b19f;
}

/* CSS Variables */
:root {
--color-1: #f0ba99;
--color-2: #eabfa4;
--color-3: #e3c4b0;
--color-4: #d6c2b8;
--color-5: #c1b19f;
}

Shades of Light Peach の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ba99, #eabfa4, #e3c4b0, #d6c2b8, #c1b19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ba99, #eabfa4, #e3c4b0, #d6c2b8, #c1b19f);
}

Shades of Light Peach color palette created on .