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