Peachy Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Cookie palette

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

Peachy Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #d7b98e;
}
.color-2 {
color: #e6c6a8;
}
.color-3 {
color: #f5e1c7;
}
.color-4 {
color: #f9d2b9;
}
.color-5 {
color: #f5a67f;
}

/* CSS Variables */
:root {
--color-1: #d7b98e;
--color-2: #e6c6a8;
--color-3: #f5e1c7;
--color-4: #f9d2b9;
--color-5: #f5a67f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b98e, #e6c6a8, #f5e1c7, #f9d2b9, #f5a67f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b98e, #e6c6a8, #f5e1c7, #f9d2b9, #f5a67f);
}

Peachy Cookie color palette created on .