Royalcore カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royalcore palette

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

Royalcore カラーパレット CSS

/* CSS */
.color-1 {
color: #295c8e;
}
.color-2 {
color: #2f4a6f;
}
.color-3 {
color: #4b3f69;
}
.color-4 {
color: #7c3c5f;
}
.color-5 {
color: #c99b40;
}

/* CSS Variables */
:root {
--color-1: #295c8e;
--color-2: #2f4a6f;
--color-3: #4b3f69;
--color-4: #7c3c5f;
--color-5: #c99b40;
}

Royalcore の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #295c8e, #2f4a6f, #4b3f69, #7c3c5f, #c99b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #295c8e, #2f4a6f, #4b3f69, #7c3c5f, #c99b40);
}

Royalcore color palette created on .