Purple and Green Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple and Green Dream palette

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

Purple and Green Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #4a3c6d;
}
.color-2 {
color: #5e8d7d;
}
.color-3 {
color: #a2c8a3;
}
.color-4 {
color: #d7a9e0;
}
.color-5 {
color: #c8a3c6;
}

/* CSS Variables */
:root {
--color-1: #4a3c6d;
--color-2: #5e8d7d;
--color-3: #a2c8a3;
--color-4: #d7a9e0;
--color-5: #c8a3c6;
}

Purple and Green Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c6d, #5e8d7d, #a2c8a3, #d7a9e0, #c8a3c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c6d, #5e8d7d, #a2c8a3, #d7a9e0, #c8a3c6);
}

Purple and Green Dream color palette created on .