Vibrant Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Blue palette

このパレットを共有する先:

Vibrant Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #5093f2;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f2813a;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #a45b9c;
}

/* CSS Variables */
:root {
--color-1: #5093f2;
--color-2: #f1c84b;
--color-3: #f2813a;
--color-4: #e74d3c;
--color-5: #a45b9c;
}

Vibrant Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5093f2, #f1c84b, #f2813a, #e74d3c, #a45b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5093f2, #f1c84b, #f2813a, #e74d3c, #a45b9c);
}

Vibrant Blue color palette created on .