Blue Sea カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sea palette

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

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

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

Blue Sea カラーパレット CSS

/* CSS */
.color-1 {
color: #0092b3;
}
.color-2 {
color: #00b2d1;
}
.color-3 {
color: #00d5e0;
}
.color-4 {
color: #a2e2d2;
}
.color-5 {
color: #e3f7f7;
}

/* CSS Variables */
:root {
--color-1: #0092b3;
--color-2: #00b2d1;
--color-3: #00d5e0;
--color-4: #a2e2d2;
--color-5: #e3f7f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0092b3, #00b2d1, #00d5e0, #a2e2d2, #e3f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0092b3, #00b2d1, #00d5e0, #a2e2d2, #e3f7f7);
}

Blue Sea color palette created on .