Viktor's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Viktor's Embrace palette

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

Viktor's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d772;
}
.color-2 {
color: #f8b549;
}
.color-3 {
color: #f8a5c3;
}
.color-4 {
color: #e57b8d;
}
.color-5 {
color: #e64c4c;
}

/* CSS Variables */
:root {
--color-1: #f8d772;
--color-2: #f8b549;
--color-3: #f8a5c3;
--color-4: #e57b8d;
--color-5: #e64c4c;
}

Viktor's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d772, #f8b549, #f8a5c3, #e57b8d, #e64c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d772, #f8b549, #f8a5c3, #e57b8d, #e64c4c);
}

Viktor's Embrace color palette created on .