Dragon's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dragon's Embrace palette

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

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

/* CSS */
.color-1 {
color: #3b5991;
}
.color-2 {
color: #5e8bba;
}
.color-3 {
color: #9cced3;
}
.color-4 {
color: #e2b8a2;
}
.color-5 {
color: #e57e38;
}

/* CSS Variables */
:root {
--color-1: #3b5991;
--color-2: #5e8bba;
--color-3: #9cced3;
--color-4: #e2b8a2;
--color-5: #e57e38;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5991, #5e8bba, #9cced3, #e2b8a2, #e57e38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5991, #5e8bba, #9cced3, #e2b8a2, #e57e38);
}

Dragon's Embrace color palette created on .