Youthful カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Youthful palette

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

Youthful カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9b85;
}
.color-2 {
color: #ffb870;
}
.color-3 {
color: #ffdd94;
}
.color-4 {
color: #ceeed8;
}
.color-5 {
color: #e7c2ff;
}

/* CSS Variables */
:root {
--color-1: #ff9b85;
--color-2: #ffb870;
--color-3: #ffdd94;
--color-4: #ceeed8;
--color-5: #e7c2ff;
}

Youthful の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9b85, #ffb870, #ffdd94, #ceeed8, #e7c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9b85, #ffb870, #ffdd94, #ceeed8, #e7c2ff);
}

Youthful color palette created on .