Precision Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Precision Horizon palette

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

Precision Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #496d9c;
}
.color-3 {
color: #79b0d7;
}
.color-4 {
color: #a2dae6;
}
.color-5 {
color: #f2e2ba;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #496d9c;
--color-3: #79b0d7;
--color-4: #a2dae6;
--color-5: #f2e2ba;
}

Precision Horizon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #496d9c, #79b0d7, #a2dae6, #f2e2ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #496d9c, #79b0d7, #a2dae6, #f2e2ba);
}

Precision Horizon color palette created on .