Knight's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Knight's Embrace palette

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

Knight's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #405b9c;
}
.color-3 {
color: #6983b5;
}
.color-4 {
color: #a1c2e3;
}
.color-5 {
color: #f0b2b2;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #405b9c;
--color-3: #6983b5;
--color-4: #a1c2e3;
--color-5: #f0b2b2;
}

Knight's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #405b9c, #6983b5, #a1c2e3, #f0b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #405b9c, #6983b5, #a1c2e3, #f0b2b2);
}

Knight's Embrace color palette created on .