Blue Navia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Navia palette

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

Blue Navia カラーパレット CSS

/* CSS */
.color-1 {
color: #4f75a1;
}
.color-2 {
color: #6aa0d2;
}
.color-3 {
color: #98d7e6;
}
.color-4 {
color: #f0b2a3;
}
.color-5 {
color: #f5c18a;
}

/* CSS Variables */
:root {
--color-1: #4f75a1;
--color-2: #6aa0d2;
--color-3: #98d7e6;
--color-4: #f0b2a3;
--color-5: #f5c18a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f75a1, #6aa0d2, #98d7e6, #f0b2a3, #f5c18a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f75a1, #6aa0d2, #98d7e6, #f0b2a3, #f5c18a);
}

Blue Navia color palette created on .