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