Vibrant Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Harvest palette

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

Vibrant Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #badb57;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #badb57;
--color-3: #f9e79f;
--color-4: #f39c12;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #badb57, #f9e79f, #f39c12, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #badb57, #f9e79f, #f39c12, #e74d3c);
}

Vibrant Harvest color palette created on .