Modern Blue Contrast カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Modern Blue Contrast palette

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

Modern Blue Contrast カラーパレット CSS

/* CSS */
.color-1 {
color: #0a4f99;
}
.color-2 {
color: #1e75b8;
}
.color-3 {
color: #3eb2e0;
}
.color-4 {
color: #f8c84f;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #0a4f99;
--color-2: #1e75b8;
--color-3: #3eb2e0;
--color-4: #f8c84f;
--color-5: #e76e50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a4f99, #1e75b8, #3eb2e0, #f8c84f, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a4f99, #1e75b8, #3eb2e0, #f8c84f, #e76e50);
}

Modern Blue Contrast color palette created on .