Oceanic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

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

Oceanic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #004675;
}
.color-2 {
color: #0076a8;
}
.color-3 {
color: #0098c7;
}
.color-4 {
color: #5cc0eb;
}
.color-5 {
color: #a3e0f5;
}

/* CSS Variables */
:root {
--color-1: #004675;
--color-2: #0076a8;
--color-3: #0098c7;
--color-4: #5cc0eb;
--color-5: #a3e0f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004675, #0076a8, #0098c7, #5cc0eb, #a3e0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004675, #0076a8, #0098c7, #5cc0eb, #a3e0f5);
}

Oceanic Serenity color palette created on .