Peach Romance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peach Romance palette

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

Peach Romance カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffca8a;
}
.color-4 {
color: #ffea8f;
}
.color-5 {
color: #ffdeb8;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f6b;
--color-3: #ffca8a;
--color-4: #ffea8f;
--color-5: #ffdeb8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f6b, #ffca8a, #ffea8f, #ffdeb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f6b, #ffca8a, #ffea8f, #ffdeb8);
}

Peach Romance color palette created on .