Blue Rex カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Rex palette

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

Blue Rex カラーパレット (PNG) をダウンロード

Download blue rex color palette PNG image (landscape)
Download blue rex color palette PNG image (square)

Blue Rex カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3d89;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #88a2d3;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #1f3d89;
--color-2: #4a7cba;
--color-3: #88a2d3;
--color-4: #f9c54e;
--color-5: #f94346;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d89, #4a7cba, #88a2d3, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d89, #4a7cba, #88a2d3, #f9c54e, #f94346);
}

Blue Rex color palette created on .