Crystal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crystal Serenity palette

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

Crystal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4ac8e8;
}
.color-2 {
color: #7dd4e3;
}
.color-3 {
color: #a3e1e0;
}
.color-4 {
color: #f3e3c4;
}
.color-5 {
color: #f7c4a6;
}

/* CSS Variables */
:root {
--color-1: #4ac8e8;
--color-2: #7dd4e3;
--color-3: #a3e1e0;
--color-4: #f3e3c4;
--color-5: #f7c4a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ac8e8, #7dd4e3, #a3e1e0, #f3e3c4, #f7c4a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ac8e8, #7dd4e3, #a3e1e0, #f3e3c4, #f7c4a6);
}

Crystal Serenity color palette created on .