Oceanic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

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

Oceanic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #5abf8b;
}
.color-2 {
color: #4db3a2;
}
.color-3 {
color: #3f9dab;
}
.color-4 {
color: #398fb1;
}
.color-5 {
color: #3586c0;
}

/* CSS Variables */
:root {
--color-1: #5abf8b;
--color-2: #4db3a2;
--color-3: #3f9dab;
--color-4: #398fb1;
--color-5: #3586c0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf8b, #4db3a2, #3f9dab, #398fb1, #3586c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf8b, #4db3a2, #3f9dab, #398fb1, #3586c0);
}

Oceanic Serenity color palette created on .