Oceanic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

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

Oceanic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #6adae7;
}
.color-2 {
color: #49b7d0;
}
.color-3 {
color: #2b8ba1;
}
.color-4 {
color: #1d6e8b;
}
.color-5 {
color: #0d5068;
}

/* CSS Variables */
:root {
--color-1: #6adae7;
--color-2: #49b7d0;
--color-3: #2b8ba1;
--color-4: #1d6e8b;
--color-5: #0d5068;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6adae7, #49b7d0, #2b8ba1, #1d6e8b, #0d5068);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6adae7, #49b7d0, #2b8ba1, #1d6e8b, #0d5068);
}

Oceanic Serenity color palette created on .