Vibrant Classroom Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Classroom Dreams palette
Vibrant Classroom Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #ffb9b3;
}
.color-2 {
color: #aaa0ee;
}
.color-3 {
color: #ffed85;
}
.color-4 {
color: #ffdbdf;
}
.color-5 {
color: #7ae6e0;
}
/* CSS Variables */
:root {
--color-1: #ffb9b3;
--color-2: #aaa0ee;
--color-3: #ffed85;
--color-4: #ffdbdf;
--color-5: #7ae6e0;
}
Vibrant Classroom Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb9b3, #aaa0ee, #ffed85, #ffdbdf, #7ae6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb9b3, #aaa0ee, #ffed85, #ffdbdf, #7ae6e0);
}
似たようなカラーパレット
Vibrant Classroom Dreams color palette created on .