Peachy Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Shades palette

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

Peachy Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffa98a;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #efbab3;
}

/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #ff6e61;
--color-3: #ffa98a;
--color-4: #ffc29e;
--color-5: #efbab3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #ff6e61, #ffa98a, #ffc29e, #efbab3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #ff6e61, #ffa98a, #ffc29e, #efbab3);
}

Peachy Shades color palette created on .