Faithful Horizons カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Faithful Horizons palette

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

Faithful Horizons カラーパレット CSS

/* CSS */
.color-1 {
color: #697ace;
}
.color-2 {
color: #b2c9e0;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f27c5f;
}
.color-5 {
color: #d15400;
}

/* CSS Variables */
:root {
--color-1: #697ace;
--color-2: #b2c9e0;
--color-3: #f1c84b;
--color-4: #f27c5f;
--color-5: #d15400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #697ace, #b2c9e0, #f1c84b, #f27c5f, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #697ace, #b2c9e0, #f1c84b, #f27c5f, #d15400);
}

Faithful Horizons color palette created on .