Deep Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Blue palette

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

Deep Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #006880;
}
.color-2 {
color: #003f5c;
}
.color-3 {
color: #6d2c3f;
}
.color-4 {
color: #b78a2a;
}
.color-5 {
color: #c3593c;
}

/* CSS Variables */
:root {
--color-1: #006880;
--color-2: #003f5c;
--color-3: #6d2c3f;
--color-4: #b78a2a;
--color-5: #c3593c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006880, #003f5c, #6d2c3f, #b78a2a, #c3593c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006880, #003f5c, #6d2c3f, #b78a2a, #c3593c);
}

Deep Blue color palette created on .