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