Celestial Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Serenity palette

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

Celestial Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4480c5;
}
.color-2 {
color: #44a9c5;
}
.color-3 {
color: #6b92cc;
}
.color-4 {
color: #c9cade;
}
.color-5 {
color: #dbd9d7;
}

/* CSS Variables */
:root {
--color-1: #4480c5;
--color-2: #44a9c5;
--color-3: #6b92cc;
--color-4: #c9cade;
--color-5: #dbd9d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4480c5, #44a9c5, #6b92cc, #c9cade, #dbd9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4480c5, #44a9c5, #6b92cc, #c9cade, #dbd9d7);
}

Celestial Serenity color palette created on .