Peachy Dandy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Dandy palette

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

Peachy Dandy カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9c8f;
}
.color-3 {
color: #ffb6a3;
}
.color-4 {
color: #f9d0ae;
}
.color-5 {
color: #f5e2b7;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9c8f;
--color-3: #ffb6a3;
--color-4: #f9d0ae;
--color-5: #f5e2b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9c8f, #ffb6a3, #f9d0ae, #f5e2b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9c8f, #ffb6a3, #f9d0ae, #f5e2b7);
}

Peachy Dandy color palette created on .