Cielo Sereno カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cielo Sereno palette

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

Cielo Sereno カラーパレット CSS

/* CSS */
.color-1 {
color: #3eb8e5;
}
.color-2 {
color: #299ed1;
}
.color-3 {
color: #1f88b2;
}
.color-4 {
color: #1b7ba1;
}
.color-5 {
color: #1a6f93;
}

/* CSS Variables */
:root {
--color-1: #3eb8e5;
--color-2: #299ed1;
--color-3: #1f88b2;
--color-4: #1b7ba1;
--color-5: #1a6f93;
}

Cielo Sereno の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3eb8e5, #299ed1, #1f88b2, #1b7ba1, #1a6f93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3eb8e5, #299ed1, #1f88b2, #1b7ba1, #1a6f93);
}

Cielo Sereno color palette created on .