Blue Contrast カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Contrast palette

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

Blue Contrast カラーパレット CSS

/* CSS */
.color-1 {
color: #0071b8;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #4fb8e8;
}
.color-4 {
color: #b4e4f8;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #00a5e0;
--color-3: #4fb8e8;
--color-4: #b4e4f8;
--color-5: #e0f7fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #00a5e0, #4fb8e8, #b4e4f8, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #00a5e0, #4fb8e8, #b4e4f8, #e0f7fa);
}

Blue Contrast color palette created on .