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