Deep Blue Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Blue Earth palette

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

Deep Blue Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #203a60;
}
.color-2 {
color: #a64b3a;
}
.color-3 {
color: #bda84c;
}
.color-4 {
color: #d3643c;
}
.color-5 {
color: #eab8c9;
}

/* CSS Variables */
:root {
--color-1: #203a60;
--color-2: #a64b3a;
--color-3: #bda84c;
--color-4: #d3643c;
--color-5: #eab8c9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #203a60, #a64b3a, #bda84c, #d3643c, #eab8c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #203a60, #a64b3a, #bda84c, #d3643c, #eab8c9);
}

Deep Blue Earth color palette created on .