Blue Nova カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Nova palette

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

Blue Nova カラーパレット CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #4f5a9c;
}
.color-3 {
color: #798bbe;
}
.color-4 {
color: #b5c8e8;
}
.color-5 {
color: #f3e4aa;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #4f5a9c;
--color-3: #798bbe;
--color-4: #b5c8e8;
--color-5: #f3e4aa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #4f5a9c, #798bbe, #b5c8e8, #f3e4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #4f5a9c, #798bbe, #b5c8e8, #f3e4aa);
}

Blue Nova color palette created on .