Skybound Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skybound Serenity palette

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

Skybound Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #e0e8f1;
}
.color-2 {
color: #a3c4f0;
}
.color-3 {
color: #8d9cb0;
}
.color-4 {
color: #60a3fb;
}
.color-5 {
color: #85b224;
}

/* CSS Variables */
:root {
--color-1: #e0e8f1;
--color-2: #a3c4f0;
--color-3: #8d9cb0;
--color-4: #60a3fb;
--color-5: #85b224;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e8f1, #a3c4f0, #8d9cb0, #60a3fb, #85b224);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e8f1, #a3c4f0, #8d9cb0, #60a3fb, #85b224);
}

似たようなカラーパレット

Skybound Serenity color palette created on .