Sunlit Tranquility カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Tranquility palette

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

Sunlit Tranquility カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b342;
}
.color-2 {
color: #f8d99b;
}
.color-3 {
color: #f2e7ba;
}
.color-4 {
color: #a0d9c4;
}
.color-5 {
color: #4db0d1;
}

/* CSS Variables */
:root {
--color-1: #f5b342;
--color-2: #f8d99b;
--color-3: #f2e7ba;
--color-4: #a0d9c4;
--color-5: #4db0d1;
}

Sunlit Tranquility の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b342, #f8d99b, #f2e7ba, #a0d9c4, #4db0d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b342, #f8d99b, #f2e7ba, #a0d9c4, #4db0d1);
}

Sunlit Tranquility color palette created on .