Petunia Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Petunia Dreamscape palette

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

Petunia Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #a65e9e;
}
.color-2 {
color: #d18fa5;
}
.color-3 {
color: #f4b8d6;
}
.color-4 {
color: #f4d2e0;
}
.color-5 {
color: #f9e1e4;
}

/* CSS Variables */
:root {
--color-1: #a65e9e;
--color-2: #d18fa5;
--color-3: #f4b8d6;
--color-4: #f4d2e0;
--color-5: #f9e1e4;
}

Petunia Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65e9e, #d18fa5, #f4b8d6, #f4d2e0, #f9e1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65e9e, #d18fa5, #f4b8d6, #f4d2e0, #f9e1e4);
}

Petunia Dreamscape color palette created on .