Purple to Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple to Green palette

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

Purple to Green カラーパレット CSS

/* CSS */
.color-1 {
color: #cda3ff;
}
.color-2 {
color: #bf8fff;
}
.color-3 {
color: #94ffe8;
}
.color-4 {
color: #b3fffc;
}
.color-5 {
color: #e0fff1;
}

/* CSS Variables */
:root {
--color-1: #cda3ff;
--color-2: #bf8fff;
--color-3: #94ffe8;
--color-4: #b3fffc;
--color-5: #e0fff1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cda3ff, #bf8fff, #94ffe8, #b3fffc, #e0fff1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cda3ff, #bf8fff, #94ffe8, #b3fffc, #e0fff1);
}

似たようなカラーパレット

Purple to Green color palette created on .