Oceanic Twilight Blues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Twilight Blues palette

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

Oceanic Twilight Blues カラーパレット CSS

/* CSS */
.color-1 {
color: #bbcff7;
}
.color-2 {
color: #6e9be2;
}
.color-3 {
color: #3d72bd;
}
.color-4 {
color: #2d5195;
}
.color-5 {
color: #203b79;
}

/* CSS Variables */
:root {
--color-1: #bbcff7;
--color-2: #6e9be2;
--color-3: #3d72bd;
--color-4: #2d5195;
--color-5: #203b79;
}

Oceanic Twilight Blues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbcff7, #6e9be2, #3d72bd, #2d5195, #203b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbcff7, #6e9be2, #3d72bd, #2d5195, #203b79);
}

似たようなカラーパレット

Oceanic Twilight Blues color palette created on .