Global Voyage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Global Voyage palette

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

Global Voyage カラーパレット CSS

/* CSS */
.color-1 {
color: #1a8cbc;
}
.color-2 {
color: #5bb4e1;
}
.color-3 {
color: #8ad6f4;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #f76f45;
}

/* CSS Variables */
:root {
--color-1: #1a8cbc;
--color-2: #5bb4e1;
--color-3: #8ad6f4;
--color-4: #f0a800;
--color-5: #f76f45;
}

Global Voyage の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8cbc, #5bb4e1, #8ad6f4, #f0a800, #f76f45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8cbc, #5bb4e1, #8ad6f4, #f0a800, #f76f45);
}

Global Voyage color palette created on .