Celestial Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Serenity palette

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

Celestial Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a4d;
}
.color-2 {
color: #2a5b7e;
}
.color-3 {
color: #4f8bb0;
}
.color-4 {
color: #7ac0e6;
}
.color-5 {
color: #a0e3f3;
}

/* CSS Variables */
:root {
--color-1: #1e3a4d;
--color-2: #2a5b7e;
--color-3: #4f8bb0;
--color-4: #7ac0e6;
--color-5: #a0e3f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a4d, #2a5b7e, #4f8bb0, #7ac0e6, #a0e3f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a4d, #2a5b7e, #4f8bb0, #7ac0e6, #a0e3f3);
}

Celestial Serenity color palette created on .