Seoul Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Seoul Serenity palette

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

Seoul Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a3b1;
}
.color-2 {
color: #f5b370;
}
.color-3 {
color: #f9e3b9;
}
.color-4 {
color: #bfdfe3;
}
.color-5 {
color: #80b3d0;
}

/* CSS Variables */
:root {
--color-1: #f0a3b1;
--color-2: #f5b370;
--color-3: #f9e3b9;
--color-4: #bfdfe3;
--color-5: #80b3d0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3b1, #f5b370, #f9e3b9, #bfdfe3, #80b3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3b1, #f5b370, #f9e3b9, #bfdfe3, #80b3d0);
}

Seoul Serenity color palette created on .