Oceanic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

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

Oceanic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #002342;
}
.color-2 {
color: #006080;
}
.color-3 {
color: #008c99;
}
.color-4 {
color: #00b0b3;
}
.color-5 {
color: #00d1c7;
}

/* CSS Variables */
:root {
--color-1: #002342;
--color-2: #006080;
--color-3: #008c99;
--color-4: #00b0b3;
--color-5: #00d1c7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002342, #006080, #008c99, #00b0b3, #00d1c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002342, #006080, #008c99, #00b0b3, #00d1c7);
}

Oceanic Serenity color palette created on .