Blue Education カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Education palette
Blue Education カラーパレット CSS
/* CSS */
.color-1 {
color: #4a9fd3;
}
.color-2 {
color: #6ccb7a;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #f1a7b1;
}
.color-5 {
color: #e75b04;
}
/* CSS Variables */
:root {
--color-1: #4a9fd3;
--color-2: #6ccb7a;
--color-3: #f4cf3e;
--color-4: #f1a7b1;
--color-5: #e75b04;
}
Blue Education の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9fd3, #6ccb7a, #f4cf3e, #f1a7b1, #e75b04);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9fd3, #6ccb7a, #f4cf3e, #f1a7b1, #e75b04);
}
似たようなカラーパレット
Blue Education color palette created on .