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