Majestic Skyfall カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Majestic Skyfall palette

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

Majestic Skyfall カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #789dd9;
}
.color-3 {
color: #598ed4;
}
.color-4 {
color: #4a6cb0;
}
.color-5 {
color: #3d5a99;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #789dd9;
--color-3: #598ed4;
--color-4: #4a6cb0;
--color-5: #3d5a99;
}

Majestic Skyfall の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #789dd9, #598ed4, #4a6cb0, #3d5a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #789dd9, #598ed4, #4a6cb0, #3d5a99);
}

Majestic Skyfall color palette created on .