Blue Rock カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Rock palette

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

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

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

Blue Rock カラーパレット CSS

/* CSS */
.color-1 {
color: #1f396f;
}
.color-2 {
color: #2a2f46;
}
.color-3 {
color: #9b1227;
}
.color-4 {
color: #16185a;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #1f396f;
--color-2: #2a2f46;
--color-3: #9b1227;
--color-4: #16185a;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f396f, #2a2f46, #9b1227, #16185a, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f396f, #2a2f46, #9b1227, #16185a, #000000);
}

Blue Rock color palette created on .