Blue England カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue England palette

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

Blue England カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c6e0;
}
.color-2 {
color: #ed9f02;
}
.color-3 {
color: #d85f0e;
}
.color-4 {
color: #c94a4c;
}
.color-5 {
color: #5e3c8b;
}

/* CSS Variables */
:root {
--color-1: #a3c6e0;
--color-2: #ed9f02;
--color-3: #d85f0e;
--color-4: #c94a4c;
--color-5: #5e3c8b;
}

Blue England の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c6e0, #ed9f02, #d85f0e, #c94a4c, #5e3c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c6e0, #ed9f02, #d85f0e, #c94a4c, #5e3c8b);
}

Blue England color palette created on .