Cielo Sereno カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cielo Sereno palette

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

Cielo Sereno カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #85cdfa;
}
.color-4 {
color: #1d629a;
}
.color-5 {
color: #609d9f;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #00bfff;
--color-3: #85cdfa;
--color-4: #1d629a;
--color-5: #609d9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #00bfff, #85cdfa, #1d629a, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #00bfff, #85cdfa, #1d629a, #609d9f);
}

Cielo Sereno color palette created on .