Peachy Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Shades palette

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

Peachy Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcd61;
}
.color-4 {
color: #d5e8b5;
}
.color-5 {
color: #a3d7e6;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffcd61;
--color-4: #d5e8b5;
--color-5: #a3d7e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffcd61, #d5e8b5, #a3d7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffcd61, #d5e8b5, #a3d7e6);
}

Peachy Shades color palette created on .