Vibrant Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Blue palette

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

Vibrant Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f3ab5e;
}
.color-2 {
color: #e15b8e;
}
.color-3 {
color: #8a4f9c;
}
.color-4 {
color: #4d95d1;
}
.color-5 {
color: #6ed8d1;
}

/* CSS Variables */
:root {
--color-1: #f3ab5e;
--color-2: #e15b8e;
--color-3: #8a4f9c;
--color-4: #4d95d1;
--color-5: #6ed8d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ab5e, #e15b8e, #8a4f9c, #4d95d1, #6ed8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ab5e, #e15b8e, #8a4f9c, #4d95d1, #6ed8d1);
}

Vibrant Blue color palette created on .