Serene Vee カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Vee palette

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

Serene Vee カラーパレット CSS

/* CSS */
.color-1 {
color: #f7a7a1;
}
.color-2 {
color: #f2d28c;
}
.color-3 {
color: #d9e3ca;
}
.color-4 {
color: #aad6e4;
}
.color-5 {
color: #5c7d93;
}

/* CSS Variables */
:root {
--color-1: #f7a7a1;
--color-2: #f2d28c;
--color-3: #d9e3ca;
--color-4: #aad6e4;
--color-5: #5c7d93;
}

Serene Vee の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a7a1, #f2d28c, #d9e3ca, #aad6e4, #5c7d93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a7a1, #f2d28c, #d9e3ca, #aad6e4, #5c7d93);
}

Serene Vee color palette created on .