Oceanic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

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

Oceanic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1c3b6d;
}
.color-2 {
color: #2d7c8f;
}
.color-3 {
color: #4ec1a8;
}
.color-4 {
color: #75e1b4;
}
.color-5 {
color: #a1f7e9;
}

/* CSS Variables */
:root {
--color-1: #1c3b6d;
--color-2: #2d7c8f;
--color-3: #4ec1a8;
--color-4: #75e1b4;
--color-5: #a1f7e9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b6d, #2d7c8f, #4ec1a8, #75e1b4, #a1f7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b6d, #2d7c8f, #4ec1a8, #75e1b4, #a1f7e9);
}

Oceanic Serenity color palette created on .