Peach Alba カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peach Alba palette

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

Peach Alba カラーパレット CSS

/* CSS */
.color-1 {
color: #f7d0b6;
}
.color-2 {
color: #efa76c;
}
.color-3 {
color: #f06938;
}
.color-4 {
color: #ba5d2c;
}
.color-5 {
color: #8e3a29;
}

/* CSS Variables */
:root {
--color-1: #f7d0b6;
--color-2: #efa76c;
--color-3: #f06938;
--color-4: #ba5d2c;
--color-5: #8e3a29;
}

Peach Alba の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d0b6, #efa76c, #f06938, #ba5d2c, #8e3a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d0b6, #efa76c, #f06938, #ba5d2c, #8e3a29);
}

Peach Alba color palette created on .