Peachy Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Dreams palette

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

Peachy Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd3a3;
}
.color-2 {
color: #ffb19e;
}
.color-3 {
color: #ff8a92;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ff4d7f;
}

/* CSS Variables */
:root {
--color-1: #ffd3a3;
--color-2: #ffb19e;
--color-3: #ff8a92;
--color-4: #ff7092;
--color-5: #ff4d7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd3a3, #ffb19e, #ff8a92, #ff7092, #ff4d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd3a3, #ffb19e, #ff8a92, #ff7092, #ff4d7f);
}

Peachy Dreams color palette created on .