Sapphire Mystique カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sapphire Mystique palette

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

Sapphire Mystique カラーパレット CSS

/* CSS */
.color-1 {
color: #3d5a99;
}
.color-2 {
color: #5f7e9b;
}
.color-3 {
color: #90a3b2;
}
.color-4 {
color: #c5d8e2;
}
.color-5 {
color: #f1f6f8;
}

/* CSS Variables */
:root {
--color-1: #3d5a99;
--color-2: #5f7e9b;
--color-3: #90a3b2;
--color-4: #c5d8e2;
--color-5: #f1f6f8;
}

Sapphire Mystique の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a99, #5f7e9b, #90a3b2, #c5d8e2, #f1f6f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a99, #5f7e9b, #90a3b2, #c5d8e2, #f1f6f8);
}

Sapphire Mystique color palette created on .