Navy Blue Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Navy Blue Dreams palette

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

Navy Blue Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #2b396e;
}
.color-3 {
color: #4b5e8b;
}
.color-4 {
color: #a4c8df;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #2b396e;
--color-3: #4b5e8b;
--color-4: #a4c8df;
--color-5: #f4a462;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #2b396e, #4b5e8b, #a4c8df, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #2b396e, #4b5e8b, #a4c8df, #f4a462);
}

Navy Blue Dreams color palette created on .