Blue Vendée カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Vendée palette

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

Blue Vendée カラーパレット CSS

/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #38c1e0;
}
.color-3 {
color: #6fd3c5;
}
.color-4 {
color: #f8e9af;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #38c1e0;
--color-3: #6fd3c5;
--color-4: #f8e9af;
--color-5: #f4a462;
}

Blue Vendée の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #38c1e0, #6fd3c5, #f8e9af, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #38c1e0, #6fd3c5, #f8e9af, #f4a462);
}

Blue Vendée color palette created on .