Lagoon Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lagoon Serenade palette

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

Lagoon Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #05598a;
}
.color-2 {
color: #0097a8;
}
.color-3 {
color: #00bdd6;
}
.color-4 {
color: #80deea;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #05598a;
--color-2: #0097a8;
--color-3: #00bdd6;
--color-4: #80deea;
--color-5: #e0f7fa;
}

Lagoon Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #05598a, #0097a8, #00bdd6, #80deea, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #05598a, #0097a8, #00bdd6, #80deea, #e0f7fa);
}

Lagoon Serenade color palette created on .