Serenade in Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenade in Blue palette

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

Serenade in Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1f395c;
}
.color-2 {
color: #3a5b7e;
}
.color-3 {
color: #5c7b9d;
}
.color-4 {
color: #a6c6d9;
}
.color-5 {
color: #f0e2b7;
}

/* CSS Variables */
:root {
--color-1: #1f395c;
--color-2: #3a5b7e;
--color-3: #5c7b9d;
--color-4: #a6c6d9;
--color-5: #f0e2b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f395c, #3a5b7e, #5c7b9d, #a6c6d9, #f0e2b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f395c, #3a5b7e, #5c7b9d, #a6c6d9, #f0e2b7);
}

Serenade in Blue color palette created on .