Peachy Givry カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Givry palette

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

Peachy Givry カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e4bf;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #e7a99c;
}
.color-4 {
color: #d68084;
}
.color-5 {
color: #c75c6f;
}

/* CSS Variables */
:root {
--color-1: #f8e4bf;
--color-2: #f1c6a7;
--color-3: #e7a99c;
--color-4: #d68084;
--color-5: #c75c6f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e4bf, #f1c6a7, #e7a99c, #d68084, #c75c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e4bf, #f1c6a7, #e7a99c, #d68084, #c75c6f);
}

Peachy Givry color palette created on .