Blue Raspberry カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Raspberry palette

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

Blue Raspberry カラー パレット PNG 画像

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

Blue Raspberry カラーパレット CSS

/* CSS */
.color-1 {
color: #1b6a98;
}
.color-2 {
color: #3a86b6;
}
.color-3 {
color: #5cb2d1;
}
.color-4 {
color: #73d3e8;
}
.color-5 {
color: #9fe6f4;
}

/* CSS Variables */
:root {
--color-1: #1b6a98;
--color-2: #3a86b6;
--color-3: #5cb2d1;
--color-4: #73d3e8;
--color-5: #9fe6f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b6a98, #3a86b6, #5cb2d1, #73d3e8, #9fe6f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b6a98, #3a86b6, #5cb2d1, #73d3e8, #9fe6f4);
}

Blue Raspberry color palette created on .