Peachy Estar カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Estar palette

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

Peachy Estar カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b9a3;
}
.color-2 {
color: #f3c7a5;
}
.color-3 {
color: #f2d5b5;
}
.color-4 {
color: #fde1a0;
}
.color-5 {
color: #f9e3b4;
}

/* CSS Variables */
:root {
--color-1: #f5b9a3;
--color-2: #f3c7a5;
--color-3: #f2d5b5;
--color-4: #fde1a0;
--color-5: #f9e3b4;
}

Peachy Estar の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9a3, #f3c7a5, #f2d5b5, #fde1a0, #f9e3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9a3, #f3c7a5, #f2d5b5, #fde1a0, #f9e3b4);
}

Peachy Estar color palette created on .