Vibrant Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Blue palette

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

Vibrant Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #f26c3a;
}
.color-4 {
color: #e74b4b;
}
.color-5 {
color: #9c2b2b;
}

/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #f1b74b;
--color-3: #f26c3a;
--color-4: #e74b4b;
--color-5: #9c2b2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #f1b74b, #f26c3a, #e74b4b, #9c2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #f1b74b, #f26c3a, #e74b4b, #9c2b2b);
}

Vibrant Blue color palette created on .