Cute Purple and Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cute Purple and Green palette

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

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

/* CSS */
.color-1 {
color: #8bc34b;
}
.color-2 {
color: #9b27b0;
}
.color-3 {
color: #cbdc38;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff5724;
}

/* CSS Variables */
:root {
--color-1: #8bc34b;
--color-2: #9b27b0;
--color-3: #cbdc38;
--color-4: #ffec3d;
--color-5: #ff5724;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bc34b, #9b27b0, #cbdc38, #ffec3d, #ff5724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bc34b, #9b27b0, #cbdc38, #ffec3d, #ff5724);
}

Cute Purple and Green color palette created on .