Blue Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Oasis palette

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

Blue Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #1565c1;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #8ef6e4;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #1565c1;
--color-2: #00b3aa;
--color-3: #8ef6e4;
--color-4: #a3d6e0;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1565c1, #00b3aa, #8ef6e4, #a3d6e0, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1565c1, #00b3aa, #8ef6e4, #a3d6e0, #ffffff);
}

Blue Oasis color palette created on .