Deep Blue Mirrors カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Blue Mirrors palette

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

Deep Blue Mirrors カラーパレット CSS

/* CSS */
.color-1 {
color: #242752;
}
.color-2 {
color: #3c4180;
}
.color-3 {
color: #5359ac;
}
.color-4 {
color: #858cd5;
}
.color-5 {
color: #bfc2ed;
}

/* CSS Variables */
:root {
--color-1: #242752;
--color-2: #3c4180;
--color-3: #5359ac;
--color-4: #858cd5;
--color-5: #bfc2ed;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #242752, #3c4180, #5359ac, #858cd5, #bfc2ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #242752, #3c4180, #5359ac, #858cd5, #bfc2ed);
}

Deep Blue Mirrors color palette created on .