Mediterranean Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mediterranean Harvest palette

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

Mediterranean Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #8edc7f;
}
.color-2 {
color: #f4b943;
}
.color-3 {
color: #f8d49b;
}
.color-4 {
color: #e57e34;
}
.color-5 {
color: #cb5b3a;
}

/* CSS Variables */
:root {
--color-1: #8edc7f;
--color-2: #f4b943;
--color-3: #f8d49b;
--color-4: #e57e34;
--color-5: #cb5b3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8edc7f, #f4b943, #f8d49b, #e57e34, #cb5b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8edc7f, #f4b943, #f8d49b, #e57e34, #cb5b3a);
}

Mediterranean Harvest color palette created on .