Blue Neru カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Neru palette

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

Blue Neru カラーパレット CSS

/* CSS */
.color-1 {
color: #2f5cb6;
}
.color-2 {
color: #6f80d8;
}
.color-3 {
color: #a7b7e2;
}
.color-4 {
color: #d2ddf3;
}
.color-5 {
color: #fed7b9;
}

/* CSS Variables */
:root {
--color-1: #2f5cb6;
--color-2: #6f80d8;
--color-3: #a7b7e2;
--color-4: #d2ddf3;
--color-5: #fed7b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f5cb6, #6f80d8, #a7b7e2, #d2ddf3, #fed7b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f5cb6, #6f80d8, #a7b7e2, #d2ddf3, #fed7b9);
}

Blue Neru color palette created on .