Aqua Vigilance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Vigilance palette

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

Aqua Vigilance カラーパレット CSS

/* CSS */
.color-1 {
color: #50c2f7;
}
.color-2 {
color: #1f89e5;
}
.color-3 {
color: #1975d2;
}
.color-4 {
color: #0d48a0;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #50c2f7;
--color-2: #1f89e5;
--color-3: #1975d2;
--color-4: #0d48a0;
--color-5: #000000;
}

Aqua Vigilance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #50c2f7, #1f89e5, #1975d2, #0d48a0, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #50c2f7, #1f89e5, #1975d2, #0d48a0, #000000);
}

Aqua Vigilance color palette created on .