Blue Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Earth palette

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

Blue Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #6a9cbe;
}
.color-2 {
color: #b2d6e0;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e57e24;
}
.color-5 {
color: #a55b40;
}

/* CSS Variables */
:root {
--color-1: #6a9cbe;
--color-2: #b2d6e0;
--color-3: #f1c84b;
--color-4: #e57e24;
--color-5: #a55b40;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9cbe, #b2d6e0, #f1c84b, #e57e24, #a55b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9cbe, #b2d6e0, #f1c84b, #e57e24, #a55b40);
}

Blue Earth color palette created on .