Oceanic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

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

Oceanic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #29b6e0;
}
.color-2 {
color: #5cd5e0;
}
.color-3 {
color: #a0e0e9;
}
.color-4 {
color: #f1f9f2;
}
.color-5 {
color: #f6a6a2;
}

/* CSS Variables */
:root {
--color-1: #29b6e0;
--color-2: #5cd5e0;
--color-3: #a0e0e9;
--color-4: #f1f9f2;
--color-5: #f6a6a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b6e0, #5cd5e0, #a0e0e9, #f1f9f2, #f6a6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b6e0, #5cd5e0, #a0e0e9, #f1f9f2, #f6a6a2);
}

Oceanic Serenity color palette created on .