Serendipitous Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serendipitous Hues palette

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

Serendipitous Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #6ebf81;
}
.color-2 {
color: #f3df6d;
}
.color-3 {
color: #f7a8a1;
}
.color-4 {
color: #f76988;
}
.color-5 {
color: #ff4d6a;
}

/* CSS Variables */
:root {
--color-1: #6ebf81;
--color-2: #f3df6d;
--color-3: #f7a8a1;
--color-4: #f76988;
--color-5: #ff4d6a;
}

Serendipitous Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf81, #f3df6d, #f7a8a1, #f76988, #ff4d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf81, #f3df6d, #f7a8a1, #f76988, #ff4d6a);
}

Serendipitous Hues color palette created on .