Peachy Preston カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Preston palette

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

Peachy Preston カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c1b4;
}
.color-2 {
color: #f6c5a2;
}
.color-3 {
color: #f9e6a9;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #f9a824;
}

/* CSS Variables */
:root {
--color-1: #f8c1b4;
--color-2: #f6c5a2;
--color-3: #f9e6a9;
--color-4: #f4d35d;
--color-5: #f9a824;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c1b4, #f6c5a2, #f9e6a9, #f4d35d, #f9a824);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c1b4, #f6c5a2, #f9e6a9, #f4d35d, #f9a824);
}

Peachy Preston color palette created on .