Loading...

Blue Saturn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Saturn palette

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

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

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

Blue Saturn カラーパレット CSS

/* CSS */
.color-1 {
color: #71a0da;
}
.color-2 {
color: #a3d8e1;
}
.color-3 {
color: #d4e4b9;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #f69988;
}

/* CSS Variables */
:root {
--color-1: #71a0da;
--color-2: #a3d8e1;
--color-3: #d4e4b9;
--color-4: #f5b400;
--color-5: #f69988;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71a0da, #a3d8e1, #d4e4b9, #f5b400, #f69988);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71a0da, #a3d8e1, #d4e4b9, #f5b400, #f69988);
}

Blue Saturn color palette created on .