Mythic Voyage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mythic Voyage palette

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

Mythic Voyage カラーパレット CSS

/* CSS */
.color-1 {
color: #f1b341;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #6f2c90;
}
.color-4 {
color: #39a2db;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f1b341;
--color-2: #d63f2e;
--color-3: #6f2c90;
--color-4: #39a2db;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b341, #d63f2e, #6f2c90, #39a2db, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b341, #d63f2e, #6f2c90, #39a2db, #ff6e61);
}

Mythic Voyage color palette created on .