Heavenly Caramel Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Heavenly Caramel Whisper palette

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

Heavenly Caramel Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e2d5;
}
.color-2 {
color: #f4cbae;
}
.color-3 {
color: #f2a68c;
}
.color-4 {
color: #e79b65;
}
.color-5 {
color: #d88b55;
}

/* CSS Variables */
:root {
--color-1: #f6e2d5;
--color-2: #f4cbae;
--color-3: #f2a68c;
--color-4: #e79b65;
--color-5: #d88b55;
}

Heavenly Caramel Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2d5, #f4cbae, #f2a68c, #e79b65, #d88b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2d5, #f4cbae, #f2a68c, #e79b65, #d88b55);
}

Heavenly Caramel Whisper color palette created on .