Glacial Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Glacial Serenity palette

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

Glacial Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #b3f4e7;
}
.color-2 {
color: #a6d9e8;
}
.color-3 {
color: #7dc8d8;
}
.color-4 {
color: #4bb7c3;
}
.color-5 {
color: #2e9fa3;
}

/* CSS Variables */
:root {
--color-1: #b3f4e7;
--color-2: #a6d9e8;
--color-3: #7dc8d8;
--color-4: #4bb7c3;
--color-5: #2e9fa3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3f4e7, #a6d9e8, #7dc8d8, #4bb7c3, #2e9fa3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3f4e7, #a6d9e8, #7dc8d8, #4bb7c3, #2e9fa3);
}

Glacial Serenity color palette created on .