Green Cactus カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Cactus palette

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

Green Cactus カラーパレット CSS

/* CSS */
.color-1 {
color: #a5c8a2;
}
.color-2 {
color: #e6b85b;
}
.color-3 {
color: #c94e3b;
}
.color-4 {
color: #f2e6c0;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #a5c8a2;
--color-2: #e6b85b;
--color-3: #c94e3b;
--color-4: #f2e6c0;
--color-5: #6b9cd1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c8a2, #e6b85b, #c94e3b, #f2e6c0, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c8a2, #e6b85b, #c94e3b, #f2e6c0, #6b9cd1);
}

Green Cactus color palette created on .