Peachy Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Sunset palette

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

Peachy Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c9a9;
}
.color-2 {
color: #f2a78c;
}
.color-3 {
color: #e49677;
}
.color-4 {
color: #de8063;
}
.color-5 {
color: #d06a49;
}

/* CSS Variables */
:root {
--color-1: #f9c9a9;
--color-2: #f2a78c;
--color-3: #e49677;
--color-4: #de8063;
--color-5: #d06a49;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c9a9, #f2a78c, #e49677, #de8063, #d06a49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c9a9, #f2a78c, #e49677, #de8063, #d06a49);
}

Peachy Sunset color palette created on .