Vibrant Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Blue palette

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

Vibrant Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #fdf1c4;
}
.color-3 {
color: #69c6d8;
}
.color-4 {
color: #8a9cf0;
}
.color-5 {
color: #c84c7f;
}

/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #fdf1c4;
--color-3: #69c6d8;
--color-4: #8a9cf0;
--color-5: #c84c7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #fdf1c4, #69c6d8, #8a9cf0, #c84c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #fdf1c4, #69c6d8, #8a9cf0, #c84c7f);
}

Vibrant Blue color palette created on .