Loading...

Shades of Blue and Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue and Gold palette

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

Shades of Blue and Gold カラーパレット (PNG) をダウンロード

Download shades of blue and gold color palette PNG image (landscape)
Download shades of blue and gold color palette PNG image (square)

Shades of Blue and Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3d8a;
}
.color-2 {
color: #6d63b0;
}
.color-3 {
color: #a7a5d9;
}
.color-4 {
color: #f7b32b;
}
.color-5 {
color: #d57a20;
}

/* CSS Variables */
:root {
--color-1: #4b3d8a;
--color-2: #6d63b0;
--color-3: #a7a5d9;
--color-4: #f7b32b;
--color-5: #d57a20;
}

Shades of Blue and Gold の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d8a, #6d63b0, #a7a5d9, #f7b32b, #d57a20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d8a, #6d63b0, #a7a5d9, #f7b32b, #d57a20);
}

Shades of Blue and Gold color palette created on .