Sunlit Caramel Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Caramel Dreams palette

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

Sunlit Caramel Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e0b4;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e39f31;
}
.color-4 {
color: #d67a2e;
}
.color-5 {
color: #c24b2e;
}

/* CSS Variables */
:root {
--color-1: #f8e0b4;
--color-2: #f1c84b;
--color-3: #e39f31;
--color-4: #d67a2e;
--color-5: #c24b2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0b4, #f1c84b, #e39f31, #d67a2e, #c24b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0b4, #f1c84b, #e39f31, #d67a2e, #c24b2e);
}

Sunlit Caramel Dreams color palette created on .