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