Blue Authority カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Authority palette

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

Blue Authority カラーパレット CSS

/* CSS */
.color-1 {
color: #3b4b78;
}
.color-2 {
color: #5c7093;
}
.color-3 {
color: #8a9bb7;
}
.color-4 {
color: #d5c57b;
}
.color-5 {
color: #c95a3b;
}

/* CSS Variables */
:root {
--color-1: #3b4b78;
--color-2: #5c7093;
--color-3: #8a9bb7;
--color-4: #d5c57b;
--color-5: #c95a3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4b78, #5c7093, #8a9bb7, #d5c57b, #c95a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4b78, #5c7093, #8a9bb7, #d5c57b, #c95a3b);
}

Blue Authority color palette created on .