Oceanic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

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

Oceanic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1a2751;
}
.color-2 {
color: #2e4985;
}
.color-3 {
color: #4e8cca;
}
.color-4 {
color: #a2d2e2;
}
.color-5 {
color: #f2f5f8;
}

/* CSS Variables */
:root {
--color-1: #1a2751;
--color-2: #2e4985;
--color-3: #4e8cca;
--color-4: #a2d2e2;
--color-5: #f2f5f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a2751, #2e4985, #4e8cca, #a2d2e2, #f2f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a2751, #2e4985, #4e8cca, #a2d2e2, #f2f5f8);
}

Oceanic Serenity color palette created on .