High Contrast Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with High Contrast Blue palette

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

High Contrast Blue カラーパレット (PNG) をダウンロード

Download high contrast blue color palette PNG image (landscape)
Download high contrast blue color palette PNG image (square)

High Contrast Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb300;
}
.color-2 {
color: #1e81d2;
}
.color-3 {
color: #a42d4f;
}
.color-4 {
color: #00b3aa;
}
.color-5 {
color: #7c4dff;
}

/* CSS Variables */
:root {
--color-1: #ffb300;
--color-2: #1e81d2;
--color-3: #a42d4f;
--color-4: #00b3aa;
--color-5: #7c4dff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb300, #1e81d2, #a42d4f, #00b3aa, #7c4dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb300, #1e81d2, #a42d4f, #00b3aa, #7c4dff);
}

High Contrast Blue color palette created on .