Honest Horizons カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Honest Horizons palette

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

Honest Horizons カラーパレット CSS

/* CSS */
.color-1 {
color: #4e9fa6;
}
.color-2 {
color: #a1d9b0;
}
.color-3 {
color: #f2eaba;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d65d00;
}

/* CSS Variables */
:root {
--color-1: #4e9fa6;
--color-2: #a1d9b0;
--color-3: #f2eaba;
--color-4: #f0a800;
--color-5: #d65d00;
}

Honest Horizons の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e9fa6, #a1d9b0, #f2eaba, #f0a800, #d65d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e9fa6, #a1d9b0, #f2eaba, #f0a800, #d65d00);
}

Honest Horizons color palette created on .