Oceanic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

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

Oceanic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #314459;
}
.color-2 {
color: #4a607d;
}
.color-3 {
color: #688d9c;
}
.color-4 {
color: #8ab2b2;
}
.color-5 {
color: #a4d6d6;
}

/* CSS Variables */
:root {
--color-1: #314459;
--color-2: #4a607d;
--color-3: #688d9c;
--color-4: #8ab2b2;
--color-5: #a4d6d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #314459, #4a607d, #688d9c, #8ab2b2, #a4d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #314459, #4a607d, #688d9c, #8ab2b2, #a4d6d6);
}

Oceanic Serenity color palette created on .