Blue Dragon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Dragon palette

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

Blue Dragon カラーパレット CSS

/* CSS */
.color-1 {
color: #4c7d9a;
}
.color-2 {
color: #9fc6d6;
}
.color-3 {
color: #f2e8d4;
}
.color-4 {
color: #f2b25a;
}
.color-5 {
color: #e39b4f;
}

/* CSS Variables */
:root {
--color-1: #4c7d9a;
--color-2: #9fc6d6;
--color-3: #f2e8d4;
--color-4: #f2b25a;
--color-5: #e39b4f;
}

Blue Dragon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c7d9a, #9fc6d6, #f2e8d4, #f2b25a, #e39b4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c7d9a, #9fc6d6, #f2e8d4, #f2b25a, #e39b4f);
}

Blue Dragon color palette created on .