Serenity of the Sea カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity of the Sea palette

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

Serenity of the Sea カラーパレット CSS

/* CSS */
.color-1 {
color: #d8d7db;
}
.color-2 {
color: #b3c7e6;
}
.color-3 {
color: #6f9bdc;
}
.color-4 {
color: #395f93;
}
.color-5 {
color: #2b4564;
}

/* CSS Variables */
:root {
--color-1: #d8d7db;
--color-2: #b3c7e6;
--color-3: #6f9bdc;
--color-4: #395f93;
--color-5: #2b4564;
}

Serenity of the Sea の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d7db, #b3c7e6, #6f9bdc, #395f93, #2b4564);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d7db, #b3c7e6, #6f9bdc, #395f93, #2b4564);
}

Serenity of the Sea color palette created on .