Warm Peach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Peach palette

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

Warm Peach カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c4a6;
}
.color-2 {
color: #f1b0a2;
}
.color-3 {
color: #efae9a;
}
.color-4 {
color: #f4d48a;
}
.color-5 {
color: #e6b965;
}

/* CSS Variables */
:root {
--color-1: #f7c4a6;
--color-2: #f1b0a2;
--color-3: #efae9a;
--color-4: #f4d48a;
--color-5: #e6b965;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c4a6, #f1b0a2, #efae9a, #f4d48a, #e6b965);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c4a6, #f1b0a2, #efae9a, #f4d48a, #e6b965);
}

Warm Peach color palette created on .