Blue Hermes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Hermes palette

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

Blue Hermes カラーパレット CSS

/* CSS */
.color-1 {
color: #e26c5a;
}
.color-2 {
color: #f9a46c;
}
.color-3 {
color: #f2d597;
}
.color-4 {
color: #a2dae6;
}
.color-5 {
color: #4e8bda;
}

/* CSS Variables */
:root {
--color-1: #e26c5a;
--color-2: #f9a46c;
--color-3: #f2d597;
--color-4: #a2dae6;
--color-5: #4e8bda;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e26c5a, #f9a46c, #f2d597, #a2dae6, #4e8bda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e26c5a, #f9a46c, #f2d597, #a2dae6, #4e8bda);
}

Blue Hermes color palette created on .