Oceanic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

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

Oceanic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #8dbfe7;
}
.color-2 {
color: #67aad0;
}
.color-3 {
color: #4f8bbf;
}
.color-4 {
color: #3a6b9c;
}
.color-5 {
color: #2b5e88;
}

/* CSS Variables */
:root {
--color-1: #8dbfe7;
--color-2: #67aad0;
--color-3: #4f8bbf;
--color-4: #3a6b9c;
--color-5: #2b5e88;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8dbfe7, #67aad0, #4f8bbf, #3a6b9c, #2b5e88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8dbfe7, #67aad0, #4f8bbf, #3a6b9c, #2b5e88);
}

Oceanic Serenity color palette created on .