Peachy Connie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Connie palette

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

Peachy Connie カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #ffcc99;
}
.color-4 {
color: #ffea8f;
}
.color-5 {
color: #f9f08b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b5a1;
--color-3: #ffcc99;
--color-4: #ffea8f;
--color-5: #f9f08b;
}

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

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

Peachy Connie color palette created on .