Oceanic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

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

Oceanic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #0092b3;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #51d6b3;
}
.color-4 {
color: #a2e6c9;
}
.color-5 {
color: #e1f9ef;
}

/* CSS Variables */
:root {
--color-1: #0092b3;
--color-2: #00b3aa;
--color-3: #51d6b3;
--color-4: #a2e6c9;
--color-5: #e1f9ef;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0092b3, #00b3aa, #51d6b3, #a2e6c9, #e1f9ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0092b3, #00b3aa, #51d6b3, #a2e6c9, #e1f9ef);
}

Oceanic Serenity color palette created on .