Vibrant Yellow Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow Green palette

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

Vibrant Yellow Green カラーパレット CSS

/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #f2d73a;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff3d44;
}

/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #f2d73a;
--color-3: #ffb65c;
--color-4: #ff6e61;
--color-5: #ff3d44;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #f2d73a, #ffb65c, #ff6e61, #ff3d44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #f2d73a, #ffb65c, #ff6e61, #ff3d44);
}

Vibrant Yellow Green color palette created on .