Frosted Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Frosted Serenity palette

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

Frosted Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a2e2ec;
}
.color-2 {
color: #7ed6e7;
}
.color-3 {
color: #4abad9;
}
.color-4 {
color: #19a2c8;
}
.color-5 {
color: #007a99;
}

/* CSS Variables */
:root {
--color-1: #a2e2ec;
--color-2: #7ed6e7;
--color-3: #4abad9;
--color-4: #19a2c8;
--color-5: #007a99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e2ec, #7ed6e7, #4abad9, #19a2c8, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e2ec, #7ed6e7, #4abad9, #19a2c8, #007a99);
}

Frosted Serenity color palette created on .