Peachy Sophie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Sophie palette

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

Peachy Sophie カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f8e0a0;
}
.color-4 {
color: #f0f2f4;
}
.color-5 {
color: #f2b1c2;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f7c94b;
--color-3: #f8e0a0;
--color-4: #f0f2f4;
--color-5: #f2b1c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f7c94b, #f8e0a0, #f0f2f4, #f2b1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f7c94b, #f8e0a0, #f0f2f4, #f2b1c2);
}

Peachy Sophie color palette created on .