Minted Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Minted Serenity palette

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

Minted Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #9fdfd6;
}
.color-2 {
color: #7eddd0;
}
.color-3 {
color: #4dc7c5;
}
.color-4 {
color: #2ca7b5;
}
.color-5 {
color: #1b8998;
}

/* CSS Variables */
:root {
--color-1: #9fdfd6;
--color-2: #7eddd0;
--color-3: #4dc7c5;
--color-4: #2ca7b5;
--color-5: #1b8998;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fdfd6, #7eddd0, #4dc7c5, #2ca7b5, #1b8998);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fdfd6, #7eddd0, #4dc7c5, #2ca7b5, #1b8998);
}

Minted Serenity color palette created on .