Blue Everest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Everest palette

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

Blue Everest カラーパレット CSS

/* CSS */
.color-1 {
color: #2e4a7f;
}
.color-2 {
color: #5d8ebb;
}
.color-3 {
color: #90c8e4;
}
.color-4 {
color: #e4b858;
}
.color-5 {
color: #d46f40;
}

/* CSS Variables */
:root {
--color-1: #2e4a7f;
--color-2: #5d8ebb;
--color-3: #90c8e4;
--color-4: #e4b858;
--color-5: #d46f40;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e4a7f, #5d8ebb, #90c8e4, #e4b858, #d46f40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e4a7f, #5d8ebb, #90c8e4, #e4b858, #d46f40);
}

Blue Everest color palette created on .