Blue Education カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Education palette

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

Blue Education カラーパレット CSS

/* CSS */
.color-1 {
color: #5b8eb9;
}
.color-2 {
color: #a1c6d4;
}
.color-3 {
color: #f6efa2;
}
.color-4 {
color: #fdd949;
}
.color-5 {
color: #e08c3e;
}

/* CSS Variables */
:root {
--color-1: #5b8eb9;
--color-2: #a1c6d4;
--color-3: #f6efa2;
--color-4: #fdd949;
--color-5: #e08c3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8eb9, #a1c6d4, #f6efa2, #fdd949, #e08c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8eb9, #a1c6d4, #f6efa2, #fdd949, #e08c3e);
}

Blue Education color palette created on .