Oceanic Sapphire カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Sapphire palette

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

Oceanic Sapphire カラーパレット CSS

/* CSS */
.color-1 {
color: #0a2952;
}
.color-2 {
color: #15446f;
}
.color-3 {
color: #1c6982;
}
.color-4 {
color: #2e7985;
}
.color-5 {
color: #3a8692;
}

/* CSS Variables */
:root {
--color-1: #0a2952;
--color-2: #15446f;
--color-3: #1c6982;
--color-4: #2e7985;
--color-5: #3a8692;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a2952, #15446f, #1c6982, #2e7985, #3a8692);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a2952, #15446f, #1c6982, #2e7985, #3a8692);
}

Oceanic Sapphire color palette created on .