Blue Pearl Ocean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Pearl Ocean palette

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

Blue Pearl Ocean カラー パレット PNG 画像

Download blue pearl ocean color palette PNG image (landscape)
Download blue pearl ocean color palette PNG image (square)

Blue Pearl Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #c7d5ef;
}
.color-2 {
color: #91b6de;
}
.color-3 {
color: #6172b8;
}
.color-4 {
color: #4060a5;
}
.color-5 {
color: #2f5479;
}

/* CSS Variables */
:root {
--color-1: #c7d5ef;
--color-2: #91b6de;
--color-3: #6172b8;
--color-4: #4060a5;
--color-5: #2f5479;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7d5ef, #91b6de, #6172b8, #4060a5, #2f5479);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7d5ef, #91b6de, #6172b8, #4060a5, #2f5479);
}

Blue Pearl Ocean color palette created on .