Coastal Charm of Vendée カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Charm of Vendée palette

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

Coastal Charm of Vendée カラーパレット CSS

/* CSS */
.color-1 {
color: #6cb93c;
}
.color-2 {
color: #f8e6a5;
}
.color-3 {
color: #f3b7a0;
}
.color-4 {
color: #e77e7e;
}
.color-5 {
color: #c70038;
}

/* CSS Variables */
:root {
--color-1: #6cb93c;
--color-2: #f8e6a5;
--color-3: #f3b7a0;
--color-4: #e77e7e;
--color-5: #c70038;
}

Coastal Charm of Vendée の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6cb93c, #f8e6a5, #f3b7a0, #e77e7e, #c70038);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6cb93c, #f8e6a5, #f3b7a0, #e77e7e, #c70038);
}

Coastal Charm of Vendée color palette created on .