Cool Blues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Blues palette

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

Cool Blues カラー パレット PNG 画像

Download cool blues color palette PNG image (landscape)
Download cool blues color palette PNG image (square)

Cool Blues カラーパレット CSS

/* CSS */
.color-1 {
color: #1c2e4a;
}
.color-2 {
color: #3c4e6d;
}
.color-3 {
color: #5e6d8d;
}
.color-4 {
color: #799caf;
}
.color-5 {
color: #a5c1d5;
}

/* CSS Variables */
:root {
--color-1: #1c2e4a;
--color-2: #3c4e6d;
--color-3: #5e6d8d;
--color-4: #799caf;
--color-5: #a5c1d5;
}

Cool Blues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2e4a, #3c4e6d, #5e6d8d, #799caf, #a5c1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2e4a, #3c4e6d, #5e6d8d, #799caf, #a5c1d5);
}

Cool Blues color palette created on .